zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <Vincent.Lefevre@ens-lyon.fr>
To: zsh-users@math.gatech.edu
Subject: Re: 2 more questions
Date: Sat, 22 Feb 1997 18:48:25 +0100	[thread overview]
Message-ID: <19970222184825.15754@ens-lyon.fr> (raw)
In-Reply-To: <19970222163944.5978.qmail@primenet.com.au>; from gwing@primenet.com.au on Feb 23, 1997 at 03:39:44AM +1100

On Feb 23, 1997 at 03:39:44AM +1100, gwing@primenet.com.au wrote:
> awk < $FILE '{print $1,$2}' | xargs -n 2 mv

or

awk '{print $1,$2}' $FILE | xargs -n 2 mv

-- 
Vincent Lefevre, vlefevre@ens-lyon.fr | 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)
-----------------------------------------------------------------------------


  reply	other threads:[~1997-02-22 18:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-02-21 11:28 Uli Zappe
1997-02-21 14:41 ` Tomas Gradin
1997-02-21 14:48 ` Duncan Sargeant
1997-02-21 15:12 ` Zefram
1997-02-22  4:23   ` Uli Zappe
1997-02-22  5:04     ` Tomas Gradin
1997-02-22 10:02       ` Uli Zappe
1997-02-22 16:39       ` gwing
1997-02-22 17:48         ` Vincent Lefevre [this message]
1997-02-22 18:29         ` 2 more questions (and a bug report) Bart Schaefer
1997-02-22 19:49         ` 2 more questions Uli Zappe
1997-02-23 15:10           ` gwing
1997-02-23 15:28         ` Hrvoje Niksic
1997-02-23 21:24           ` Zefram
1997-02-21 15:07 Wolfgang Hukriede

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=19970222184825.15754@ens-lyon.fr \
    --to=vincent.lefevre@ens-lyon.fr \
    --cc=zsh-users@math.gatech.edu \
    /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).