Advertisement
DrupalCustom

gtar

Jun 21st, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. $archive = "/home/sysadm/Download/hello.tar"
  3. $directory = "/home/sysadm/Download/Unzipper";
  4. exec( "tar cf $archive $directory");
  5. exec( "gzip $archive");
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement