Flower wrote:
> On Tue, 2002-10-08 at 11:31, Daniel Pavel wrote:
> 
>>Da' "2>&1>/dev/null" ?  Asta arunca doar stdout in /dev/null, stderr e 
>>redirectat in stdout...
 >
> Le face pe rand. stderr>stdout si pe urma stdout (cu tot cu stderr in
> el) in /dev/nirvana

Funny, la mine man bash zice altceva... (/REDIRECTION).

<quote>
Note that the order of redirections is significant.  For example, the command

               ls > dirlist 2>&1

directs both standard output and standard error to the file dirlist, while 
the command

               ls 2>&1 > dirlist

directs  only the standard output to file dirlist, because the standard 
error was duplicated as standard output before the standard output was 
redirected to dirlist.
</quote>

Si chiar asa se comporta.

Ok, RH 8.0 la mine (bash-urile din 7.x faceau la fel).  You? :)

> Flower

-silent (LSB din parti...)

-- 
... And on the seventh day, God was arrested for tresspassing.

---
Pentru dezabonare, trimiteti mail la 
[EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'.
REGULI, arhive si alte informatii: http://www.lug.ro/mlist/


Raspunde prin e-mail lui