Help for this page

Select Code to Download


  1. or download this
    $ tar -czgf- /path/to/stuff | ./your_script
    
  2. or download this
    $ mkfifo mypipe
    $ tar -czf mypipe /path/to/stuff &
    $ ./your_script --infile mypipe