TAR Command and example
I use tar to compress files before transfer as follows:
tar -vczf <i>newfilename.tar.gz</i> <i>files/folder</i>
Don't ask me, I'm not a linux expert.Type in tar --usage at the command line for more info. There's far too much to paste in here.
