Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

look word in files command

#In order to look for a word pattern in current files and all subdirs
#just implement following command structure
grep -rn word_to_search .
 
PREVIOUS NEXT
Tagged: #word #files #command
ADD COMMENT
Topic
Name
5+7 =