shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] stdin + read + pipe = ???


From: mop
Subject: Re: [shell-script] stdin + read + pipe = ???
Date: Wed, 17 Oct 2007 21:16:43 -0200

Exprimente o comportamento do sh com estes fds no install:

for f in in out err
 do eval "read -p $f: $f< /dev/std$f;echo $f=\$$f"
done


Que linhazinha amarranda essa do usuário hein!?
E o install, também não pode mexer?
;)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]