With GNU tar: gtar cvzf file.tar.gz filenames With tar: tar cvf - filenames | gzip > file.tar.gz Decompression: tar -xzvf file.tar.gz