Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 2 more questions
- X-seq: zsh-users 704
- From: Hrvoje Niksic <hniksic@xxxxxxx>
- To: gwing@xxxxxxxxxxxxxxx
- Subject: Re: 2 more questions
- Date: 23 Feb 1997 16:28:15 +0100
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: gwing@xxxxxxxxxxxxxxx's message of Sun, 23 Feb 1997 03:39:44 +1100 (EST)
- References: <19970222163944.5978.qmail@xxxxxxxxxxxxxxx>
- Sender: hniksic@xxxxxxxxxxxxxx
gwing@xxxxxxxxxxxxxxx writes:
> There are few, if any, reasons to use cat with zsh. I can't think
> of any at the moment, unless you're using options to it.
I use it to concatenate several files, which is what it was meant for
originally.
cat file1 file2 file3 file4 > file
is said to be a little more efficient than
<file1 <file2 <file3 <file4 > file
Somehow the cat version looks nicer, too.
--
Hrvoje Niksic <hniksic@xxxxxxx> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Thou Who might be our Father Who perhaps may be in Heaven...
-- Zelazny
Messages sorted by:
Reverse Date,
Date,
Thread,
Author