Re: zcat

2004-10-22 Thread mk76
Thanks Mark. Just changing the single quotes to double quotes worked for me. Your help is appreciated. Manas. Quoting Mark Goland <[EMAIL PROTECTED]>: > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 22, 2004 1:27 AM > Subject: zca

Re: zcat

2004-10-22 Thread Owen
On Fri, 22 Oct 2004 01:27:22 -0400 [EMAIL PROTECTED] wrote: > I have a gunzip file which I have to decompress through a perl script > and copy the uncompressed file to another file. > I used this > > system('zcat -c $filename > out'); > where the filename is stored in $filename. > > zcat gave

Re: zcat

2004-10-21 Thread Mark Goland
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 22, 2004 1:27 AM Subject: zcat > Hi Hello, > I have a gunzip file which I have to decompress through a perl script > and copy the uncompressed file to another file. > I used this > > system('zca

Re: zcat

2004-10-21 Thread Renqilong
Try this: put the output of the shell command 'zcat -c $filename' to a variable and then write the value of the variable to another file On Fri, 22 Oct 2004 01:27:22 -0400 [EMAIL PROTECTED] wrote: > 'zcat -c $filename > out' -- Whatever you do will be insignificant,but the important is you