![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading a file and writing the file name to a param file. | thebeginer | UNIX for Advanced & Expert Users | 1 | 10-05-2007 01:38 PM |
| Reading file names from a file and executing the relative file from shell script | anushilrai | Shell Programming and Scripting | 4 | 03-10-2006 02:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
tar.gr file
Hi
i have tar.gr file in windows box. i ftping to unix box and unzip the file in my unix box. please help me on this. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
probably the file extension is tar.gz, so you should try unzipping it with either "tar xzf file-name-goes-here" or "gzip -dc file-name-goes -here | tar xf -"
|
||||
| Google The UNIX and Linux Forums |