Home
Explore
Places
win7
win8
Coding
Wednesday, 19 June 2013
Extracting tar files to a specific folder(path).....
tar -xvzf <tar filename> -C <path to where we need to extract>
remove non-empty directories
rm -rf <dir name>
Extracting tar files to a specific folder(path).....
2013-06-19T03:14:00-07:00
cvs