#1 Hi Friends, Today I have learned the command to search a word in a file along with line number Command: egrep -in “nava|neethan” *.txt Explanation: egrep extended grep -in insensitive case and number “nava|neethan” word to be searched (nava or neethan) *.txt look up files sample output: egrep -in “nava|neethan” name.txt 1:nava is my [...]
Posts Tagged ‘CoD1’
Command Of the Day
Posted in CoD, Free Software, tagged CoD1 on July 6, 2011 | Leave a Comment »

