Re: scripts for batch treatment

2009-03-11 Thread Mart Frauenlob
Mart Frauenlob wrote: Jochen Schulz wrote: Bernard: I intend to copy a number of files chosen from a given directory. At first, I've made a mistake : instead of deleting unwanted files from a copy of said directory, I worked on deleting lines on a filelist that I had extracted using 'ls

Re: scripts for batch treatment

2009-03-11 Thread Mart Frauenlob
Jochen Schulz wrote: Bernard: I intend to copy a number of files chosen from a given directory. At first, I've made a mistake : instead of deleting unwanted files from a copy of said directory, I worked on deleting lines on a filelist that I had extracted using 'ls -l > filename.txt'.

Re: scripts for batch treatment

2009-03-11 Thread Jochen Schulz
Bernard: > > I intend to copy a number of files chosen from a given directory. At > first, I've made a mistake : instead of deleting unwanted files from a > copy of said directory, I worked on deleting lines on a filelist that I > had extracted > using 'ls -l > filename.txt'. I am not sure

Re: scripts for batch treatment

2009-03-11 Thread Eduardo M KALINOWSKI
Bernard wrote: > Hi to Everyone ! > > I intend to copy a number of files chosen from a given directory. At > first, I've made a mistake : instead of deleting unwanted files from a > copy of said directory, I worked on deleting lines on a filelist that I > had extracted > using 'ls -l > filename.