Tagged Questions
3
votes
2answers
449 views
Find files with same name but different extensions, send to tgz
I have a large archive of edited images from my camera, each image is actually a pair of files - *.nef & *.xmp. I would like to go through all the folders and then zip these pairs into single tgz ...
10
votes
2answers
545 views
Tar up all PDFs in a directory, retaining directory structure
I'm trying to create a compressed tarball that contains all PDF files that exist in one of my directories. The directory structure needs to be retained. Empty directories are not needed, but I really ...