searching in unix

In unix searching takes place with the help of grep command. Here are the list of commands to learn searching in unix

grep pattern files – search for pattern in files
grep -r pattern dir – search recursively for
pattern in dir
command | grep pattern – search for pattern in the
output of command
locate file – find all instances of file

For Basic commands tutorial. Please refer to Basic commands in unix

For Process Management tutorial. Please refer to Process Management commands in unix

For Setting File permissions please visit the tutorial File Permissions in unix

To learn how to connect to another host machine using unix. Learn ssh

  • Share/Bookmark
Send article as PDF to PDF Download