On Mon, 12 Mar 2001, Jay Strauss wrote:

tar cvf new.tar `cat ListofFiles | grep -v 'statement processed'`

should do it...

-Gabriel


> I have a file with list of files:
> 
> ListOfFiles
> ============
> statement processed
> file1
> file2
> file3
> file4...
> 
> I need the file of files but I want to get rid of the first line "statement
> processed" for
> my tar cvf new.tar `cat ListOfFiles`
> 

Reply via email to