• Twitter

    • Ads

    Posts Tagged 'tar'

    How to tar a directory and only include certain file types

    find myProjectDirectory -type f \( -name \*\.php -o -name \*\.js -o -name \*\.css -o -name \*\.inc \) | xargs tar -rf myProjectTarName.tar

    28 March 2011 at 12:10 - Comments