Is there a way to move files and compress them without manually deleting the files?
for example... if I tar a set of files, the same files still exist... with the additional tar.. I know I could write a shell script to come in and delete files... etc.. etc... but I was wondering if there's a way to tar them and get rid of them at the same time...
Typing "man tar" or "info tar" would be a faster way to get an answer to a question like this. If your version of tar supports --remove-files or something similar, you'll see it in there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.