zsh-users
 help / color / mirror / code / Atom feed
From: Sweth Chandramouli <sweth@astaroth.nit.gwu.edu>
To: ZSH Users <zsh-users@sunsite.auc.dk>
Subject: Re: tee-like file redirection in shell?
Date: Wed, 9 Jun 1999 17:29:16 -0400	[thread overview]
Message-ID: <19990609172916.A17470@astaroth.nit.gwu.edu> (raw)
In-Reply-To: <m3pv35chgo.fsf@cenderis.demon.co.uk>

On Wed, Jun 09, 1999 at 08:16:39PM +0100, Bruce Stephens wrote:
> Sweth Chandramouli <sweth@astaroth.nit.gwu.edu> writes:
> 
> > 	is there currently some way to reproduce the effect of
> > the tee command in the shell itself,
> 
> Yes.  This works for me:
> 
>         % ps > some_file | cat
> 
> You need the multios option set, and I don't recall whether it's the
> default or not (it probably should be).
	it's not set by default, but this does do exactly what i want.

> Is there any nicer way to say "save to a file and show the results"
> than using the ugly "| cat"?

	i don't know that it's particularly nicer, but something like
% ps > some_file > /dev/stdout
	should at least save a process from being spawned.

	-- sweth.

-- 
Sweth Chandramouli
IS Coordinator, The George Washington University
<sweth@gwu.edu> / (202) 994 - 8521 (V) / (202) 994 - 0458 (F)
<a href="http://astaroth.nit.gwu.edu/~sweth/disc.html">*</a>


  reply	other threads:[~1999-06-09 21:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-09 13:40 Sweth Chandramouli
1999-06-09 13:56 ` Geoff Wing
1999-06-09 19:16 ` Bruce Stephens
1999-06-09 21:29   ` Sweth Chandramouli [this message]
1999-06-09 23:10     ` Geoff Wing
1999-06-10  3:15     ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990609172916.A17470@astaroth.nit.gwu.edu \
    --to=sweth@astaroth.nit.gwu.edu \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).