![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix script to takes the old data from a TXT file and compress them into new file | vpandey | Shell Programming and Scripting | 2 | 03-05-2008 07:10 AM |
| compress more than one file | prasee | UNIX for Advanced & Expert Users | 2 | 09-08-2007 06:15 AM |
| Parse the .txt file for folder name and FTP to the corrsponding folder. | MeganP | Shell Programming and Scripting | 3 | 07-03-2007 10:54 AM |
| Compress a file before ftp | MrMac | Shell Programming and Scripting | 1 | 11-21-2006 05:06 AM |
| Compress and copy a Folder | scorpiyanz | UNIX for Advanced & Expert Users | 1 | 08-19-2005 10:53 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Compress file into another filesystem/folder
Hi all, how can I compress file into another folder/file system?? What is the
syntax like?? Thank you. |
| Forum Sponsor | ||
|
|
|
|||
|
Code:
compress -c filename > /anotherdirectory_or_another_filesystem Code:
The -c option makes compress/uncompress write to the standard output;
no files are changed.
|
|||
| Google The UNIX and Linux Forums |