Re: [LDAPsh-devel] Re: [LDAPsh-cvs] ldapsh ldapsh,1.20.8.1,1.20.8.2
Status: Beta
Brought to you by:
rcorvalan
From: James D. <j-d...@us...> - 2003-09-04 01:02:32
|
In message <61F...@he...> on Sun, Aug 31, 2003 at 02:04:15AM +0200, Rafael Corvalan wrote: > 1) Before commiting the patch, I did 2 tests : a) adding one new > attribute b) adding one new value to an existing attribute. Maybe my code is not portable? (i.e. it works fine for me even if it doesn't work for you.) > 3) You're patch to enhanced redirection seems quite good. I was > reviewing it on friday to check that there was no side effects. I will > probably commit these changes next week also. > This is how it works until now: > > a. "ls" => output to STDOUT > b. "ls | less" => redirects "ls" result into "less" Oh, "| less" this has never worked for me (I have tried with Solaris, OpenBSD and Linux using Perl 5.8.0, 5.6.1 and 5.6.1, respectively). > d. "redir" => any previous redirection is cleared This has never worked for me. I really like the behaviour you described, though. |