tar - exclude certain files
- by Alan
I wish to tar all files in a directory and its subdirectories that do NOT end in .jpg, .bmp, .gif, or png.
So, given the following folders and files:
foo/file.txt
foo/file.gif
foo/bar/file
foo/bar/image.jpg
I want to tar only the files file.txt and file. file.gif and image.jpg should be ignored. I would also like to maintain the folder…