Grep and Sed Questions with Shell script

scmuser created the topic: grep and sed questions with shell script Search for a pattern with grep and sed and look for a file with find. Test the return value…

Read more »

Remove blank line using Grep and sed

scmuser created the topic: Remove blank line using Grep and sed Hi, How do you remove blank line using grep and sed in shell scripting? rajeshkumar replied the topic: Re:…

Read more »
unix-command-grep

Unix Command: Grep – Quick Reference – Pattern – Examples – Options

Grep scans its input for a pattern, and can display the selected pattern, the line numbers of the filenames where the pattern occurs, The command uses the following syntax grep…

Read more »