VERSION: 0.1 AUTHOR: Viswa Kumar COMMANDS: help, h Shows a list of commands or help for one command GLOBAL OPTIONS: -l, --long include extended information -d, --dronly include only directories -f, ...
Find a file $ find /home -name notes.txt Search in a file $ grep "Hello" helloworld.c Show first 10 lines $ head filename.txt Show last 10 lines $ tail filename.txt All the running processes $ top ...