![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copy and compress | here2learn | UNIX for Dummies Questions & Answers | 5 | 03-08-2009 01:10 PM |
| compress Directory | deep_kol | Shell Programming and Scripting | 9 | 11-30-2007 12:12 AM |
| AIX 4.3.3 / Compress Problem | Peter_Brown | UNIX for Advanced & Expert Users | 0 | 02-15-2007 05:13 AM |
| tar and compress | muru | UNIX for Advanced & Expert Users | 4 | 07-31-2006 09:23 PM |
| How to Compress log files? | redlotus72 | UNIX for Dummies Questions & Answers | 1 | 02-23-2005 06:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
mv and compress on the fly
I want to move and compress a big export file.
Like mv file_exp /filesystem/file_exp |compress The file system is too small to compress and move with 2 steps. What is the best command for me. I'm running solaris. ![]() |
|
||||
|
compress -c filename > /directory/...filename.Z
rm filename if you are creating the compressed file on the same filesystem, you still will not have enough room. Just as you don't if you try a single step compress. Other alternatives are pack, gzip, and zip. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|