Re: How To Copy A Group of Files To Different Name?

2004-05-19 Thread Ruben de Groot
On Tue, 18 May 2004, Drew Tomlinson wrote: OK, thanks. I'm using tcsh but I think I figure out how to do it following your example. So a script is the only way to do it in *nix? Being born and raised on MS-DOS, I'm accustomed to the copy bac* bac*.old syntax. On the command line

How To Copy A Group of Files To Different Name?

2004-05-18 Thread Drew Tomlinson
How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1 root wheel 5792 May 17 16:52 bacula-dir.conf

Re: How To Copy A Group of Files To Different Name?

2004-05-18 Thread Mike Hogsett
How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1 root wheel 5792 May 17 16:52

Re: How To Copy A Group of Files To Different Name?

2004-05-18 Thread Drew Tomlinson
On 5/18/2004 10:25 AM Mike Hogsett wrote: How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1 root

Re: How To Copy A Group of Files To Different Name?

2004-05-18 Thread Uwe Doering
Drew Tomlinson wrote: How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1 root wheel 5792 May 17

Re: How To Copy A Group of Files To Different Name?

2004-05-18 Thread Warren Block
On Tue, 18 May 2004, Drew Tomlinson wrote: OK, thanks. I'm using tcsh but I think I figure out how to do it following your example. So a script is the only way to do it in *nix? Being born and raised on MS-DOS, I'm accustomed to the copy bac* bac*.old syntax. It has to do with shell

Re: How To Copy A Group of Files To Different Name?

2004-05-18 Thread Oliver Fuchs
On Tue, 18 May 2004, Drew Tomlinson wrote: How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1