Wednesday, April 8, 2015

List of useful Linux commands (Work in progress)

Email me if you know other useful/cool commands :)

Command: tree
Displays file structure of directory
Install:
$brew update (first install brew how to Install)
$brew install tree
$tree



Command: >
Saves output of command to a file
$cat device.config > device.txt


Other commands:
ls
cd

vi
:wq
:q!


More commands coming soon :)

Work in Progress...

No comments:

Post a Comment