Tag Archives: tar

Linux Tar, Zip, Gzip Matching Files In Current Directory

The Code   Explanation We use the find command with “.” as the current directory we’re in, so I used “cd” – change directory to where I wanted to zip up files. The -name parameter is then finding any thing starting with “2013-“ followed by anything else via the “*” wildcard.  The “-type d” restricts the […]

Posted in Interesting Finds| Also tagged , , , , , , , , , , | 1 Response