Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux find files not cintaining a string

 # Find all files (here php files) which do not contain the string "somestring"
 grep -Li "somestring" *.php
 
PREVIOUS NEXT
Tagged: #linux #find #files #cintaining #string
ADD COMMENT
Topic
Name
3+6 =