Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 2 more questions
- X-seq: zsh-users 700
- From: Vincent Lefevre <Vincent.Lefevre@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: 2 more questions
- Date: Sat, 22 Feb 1997 18:48:25 +0100
- In-reply-to: <19970222163944.5978.qmail@xxxxxxxxxxxxxxx>; from gwing@xxxxxxxxxxxxxxx on Feb 23, 1997 at 03:39:44AM +1100
- References: <199702220504.GAA02942@xxxxxxxxxxxxxx> <19970222163944.5978.qmail@xxxxxxxxxxxxxxx>
On Feb 23, 1997 at 03:39:44AM +1100, gwing@xxxxxxxxxxxxxxx wrote:
> awk < $FILE '{print $1,$2}' | xargs -n 2 mv
or
awk '{print $1,$2}' $FILE | xargs -n 2 mv
--
Vincent Lefevre, vlefevre@xxxxxxxxxxx | Acorn Risc PC, StrongARM @ 202MHz
http://www.ens-lyon.fr/~vlefevre | 20+1MB RAM, Eagle M2, TV + Teletext
PhD in Computer Science, 1st year | Apple CD-300, SyQuest 270MB (SCSI)
-----------------------------------------------------------------------------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author