Research Flow
A place to learn and share (comment if this blog is useful)
Pages
(Move to ...)
Home
▼
Showing posts with label
unzip
.
Show all posts
Showing posts with label
unzip
.
Show all posts
Compressing using Zip package in Linux
›
To zip individual files: zip Figures.zip Figure1 Figure2 Figure3 To zip a directory: zip -r Figure.zip DirName To unzip: ...
Unzip, Untar and unrar (of different extension)
›
To unzip file with an extension .Z (e.g. foo.Z) gzip -d foo.Z This will create a file name foo on the folder. tar xvjf foo.tar.bz2 ...
›
Home
View web version