ads
Home Tags Linux Commands

Tag: Linux Commands

How to zip a directory/folder in Linux ? zip Command

You can use "zip" command to compress all files in a directory to a zip file. Zip has a -r (recursive) option...

WGET: How to save webpage with a different filename?

Using -O option you can write documents to FILE with. eg: wget -O MyFile http://google.com