Help for this page

Select Code to Download


  1. or download this
    system ("/bin/tar", "czf", "/tmp/stuff.tar.gz", "/stuff");
    
  2. or download this
    `/bin/tar czf /tmp/stuff.tar.gz /stuff`