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
More From sriramraj
sriramraj Recommends
- GATE 2012 for Engineers (StudentsTips)
- jobs in isro (StudentsTips)
- jobs in indian railways (StudentsTips)
- Learn SEO In Delhi (rossjoyner)
- SEO in Dubai (rossjoyner)
- Food Gems in Phoenix (scrollinondubs)
Related posts:

