2008年11月2日 星期日

How to uncompress a file with tar?

Commands:
tar xzvf ****.tar.gz
tar xvjf ****.tar.bz2
tar xvf ****.tar

x = eXtract
v = Verbose (optional) the files with relative locations will be displayed
z = gZipped; j = bzip2-zipped
f = from/to file

沒有留言: