1 at a time?

Tom Baas tomb at marque.mu.edu
Sun May 19 11:15:48 AEST 1991


In article <7957 at uklirb.informatik.uni-kl.de> robby at nuchat.sccsi.com (Robert Oliver Jr.) writes:
>
>  Is there a simple way of putting a listing of files at the command line one
>at a time? Not the hole file listing just the first one. When the program go to 
>the second and so forth it dose not tag on all the other files.  

Do you mean something like:

set `ls`
for i
  do
     your_command_on $1
     shift
  done
.
.

-- 
I can accept e-mail and Voice-mail at:
tbaas!tom      or   tom at tbaas      or  ....marque!tomb  or  tomb at marque
or Voice at: 1-414-377-4038



More information about the Comp.unix.shell mailing list