![]() |
|
|
|
|
|||||||
| 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 |
| Auto copy for files from folder to folder upon instant writing | Bashar | UNIX for Advanced & Expert Users | 2 | 08-21-2008 11:44 AM |
| Copy Compress as one command | findprakash | UNIX for Dummies Questions & Answers | 9 | 11-28-2007 08:44 PM |
| Compress file into another filesystem/folder | wkk1020 | UNIX for Dummies Questions & Answers | 1 | 03-29-2007 09:15 PM |
| How to copy Folder with FTP | heru_90 | Shell Programming and Scripting | 1 | 08-22-2006 08:17 PM |
| Copy and compress | here2learn | UNIX for Dummies Questions & Answers | 4 | 11-30-2005 06:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi Buddies ,
How can i Compress and move a folder through UNIX completely to windows 2000 through FTP. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
cd /path/to/parent/directory
find directory | zip <archive_name> -@
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|||
| Google The UNIX and Linux Forums |