Playing with TAR
Monday, 8 de April 2013 — Bruno LucasPub.
So you want to change the output directory o TAR? Use the -C /new/dir parameter.
You want to extract just some files of the .TGZ? simple: tar -xf cbz.tar --wildcards --no-anchored '*.php'
All options are available on the man page … I post it here because I’m too lazy to read it all the times;-)
PS: Use -C prior to the –wild… options.






