Share Pastebin
Guest
Public paste!

grantc

By: a guest | Feb 15th, 2010 | Syntax: None | Size: 0.09 KB | Hits: 165 | Expires: Never
Copy text to clipboard
  1.  compress
  2. WSDD:   cd %D; /bin/tar czf %A  *
  3.  uncompress
  4. WRDD:   cd %D; /bin/tar zxf %A