Monday 17 August 2015

Usefull linux commands

Recursively Zip a Directory and Files on Linux

zip -r filename.zip /path/to/folder
to unzip to current directory,
unzip file.zip -d .
To get the size of directory
 du -sh dirname 

No comments:

Post a Comment

Please share your thought about this