![]() |
|
|
google unix.com
|
|||||||
| Forums | Casino | Register | Forum Rules | Links | Albums | FAQ | Members List | 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 |
| Script for zipping a file | jayaramanit | Shell Programming and Scripting | 4 | 08-06-2008 06:47 AM |
| zipping files | shary | Shell Programming and Scripting | 3 | 07-21-2008 05:58 AM |
| Zipping files older than one month | ramky79 | Shell Programming and Scripting | 2 | 04-07-2008 04:39 PM |
| Help me While zipping the file | Jolly | UNIX for Advanced & Expert Users | 7 | 05-11-2007 10:05 AM |
| tar'ing and zipping files | FredSmith | UNIX for Dummies Questions & Answers | 4 | 05-02-2006 03:09 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
zipping all the tar files to singlr file in directory
Hi,
i have more than 300 tar files in directory and i want to zip all tar files to single file. could anybody tell me the command since i know how to do zip for single tar file: bash-3.00$gzip 2008_11_10.tar bash-3.00$ pwd /oracle1/archivebackup in this directory i have lot files and i want to make single zip file. Thanks Prakash |
| Sponsored Links |
|
|||
|
That might deserve a little more explanation. gzip does not support multiple files, it's purely for stream compression. tar, on the other hand, does not compress, but is great at bundling files together into a stream while preserving all their attributes. This is why they are so frequently friends.
|
|||
| Google The UNIX and Linux Forums |
![]() |
| Bookmarks |
| Tags |
| None |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|