![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Map Unix server directory to another Unix server directory | sagolo | SUN Solaris | 2 | 08-29-2007 08:04 PM |
| FTP script for sending a file from one unix directory to another unix server director | raja_1234 | Shell Programming and Scripting | 1 | 11-30-2006 04:57 AM |
| unix and active directory | Darwin Rodrigue | Windows & DOS: Issues & Discussions | 1 | 05-20-2005 01:34 PM |
| moving files from a unix directory to a windows directory | gleads | UNIX for Dummies Questions & Answers | 2 | 08-29-2002 05:42 PM |
| How can I get the directory size in Unix? | HarryHong | UNIX for Dummies Questions & Answers | 1 | 03-01-2001 04:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
zip unix directory
what's the best command to zip up the whole unix directory, then ftp this to windows for viewing the directories/files.
thank you |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Code:
tar -czf /tmp/mydirectory.tar.gz mydirectory Code:
tar -cf mydirectory.tar mydirectory; gzip mydirectory.tar |
|||
| Google The UNIX and Linux Forums |