Archive

Archive for the ‘tar’ Category

Extract files

October 2, 2011 Leave a comment

1. For  .tar.gz

# tar xfzv file.tar.gz

2. For  .tar.bz2

# tar xfjv file.tar.bz2

3.  For .zip

# unzip file.zip                                   — with subdirectory

# unzip -j file.zip                              — no subdirectory

Categories: tar