Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Redirection in the middle of a script?



Jahwan Kim wrote:
>(some magical redirection command I'm looking for, which should do what
>    perl's open STDOUT ">foo.out" will do)

exec >foo.out

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author