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

Re: 2 more questions



Uli Zappe wrote:
:Geoff Wing wrote:
:> 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.
:What about
:   ARRAY=($(cat FILE))

ARRAY=($(<FILE))

Redirection in zsh is very extensive.
-- 
Geoff Wing [mason@xxxxxxxxxxxxxxx]   Technical Manager
  Phone    : +61-3-9818 2977         PrimeNet - Internet Consultancy
  Facsimile: +61-3-9819 3788         Web : <URL:http://www.primenet.com.au/>
  Mobile   : 0412 162 441



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