fork download
  1. cd /path/to/folder/
  2. find -iname '*.php' -print | tar -zcvf test.tar.gz --files-from -
  3.  
  4. find /path/to/folder/ -iname '*.php' -print | tar -zcvf test.tar.gz --files-from -
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty