tar syntax
// tar:
// untar:
tar -cvzf file.tar.gz inputfile1 inputfile2
// untar:
tar -xvzf file.tar.gz