Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tee-like file redirection in shell?
- X-seq: zsh-users 2368
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: tee-like file redirection in shell?
- Date: 9 Jun 1999 13:56:19 GMT
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <19990609094032.A15964@xxxxxxxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Sweth Chandramouli <sweth@xxxxxxxxxxxxxxxxxxxx> typed:
: is there currently some way to reproduce the effect of
:the tee command in the shell itself, and if not, what do people
:think of the idea of adding that ability (either by new file
:redirectors or by making tee a builtin)? a couple of times
:recently, i've been caused many problems by the fact that tee
:is a standalone program, and as such doesn't care about the
:value of options like clobber; since tee _is_ basically just
:another form of file redirection, it would be nice to have it's
:behaviour be consistent with the other forms provided by the
:shell.
You need to have the appropriate setopt. See MULTIOS in the manual.
Regards,
--
Geoff Wing <gcw@xxxxxxxxx> Mobile : (Australia) 0413 431 874
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author