Feeds:
Posts
Comments

Posts Tagged ‘CoD1’

Command Of the Day

#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 [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 146 other followers