Filemanagement

Michael Wilson mjw7739-/E1597aS9LQAvxtiuMwx3w at public.gmane.org
Sun Mar 7 18:37:26 UTC 2004


you could display all the files with cat and a
wildcard and then redirect the output to a new file,
for example:

bash_prompt$ cat *.pgn >> newfile &

this will display all the files ending in .pgn and
redirect the output to a newfile called newfile.pgn,
the & will run it in the background.

 --- John Wildberger <wildberger-iRg7kjdsKiH3fQ9qLvQP4Q at public.gmane.org> wrote: >
In one directory I have a number of files ( several
> hundred) with the file 
> extension .pgn.
> I would like to append all these files to a single
> file in another directory.
> Does anyone know of an efficient way to do this.
> John
> --
> The Toronto Linux Users Group.      Meetings:
> http://tlug.ss.org
> TLUG requests: Linux topics, No HTML, wrap text
> below 80 columns
> How to UNSUBSCRIBE:
http://tlug.ss.org/subscribe.shtml 

=====
-------------------------------------------------------------------------
Michael Wilson
 416-877-7739 
mjw7739-/E1597aS9LQAvxtiuMwx3w at public.gmane.org 
-------------------------------------------------------------------------




______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list