Profile
Achievement
claudiodev's Recent Snippets
- All /
« Prev 1 Next »
Find and List all the files with extension .file containing/not containing the given string "STRING"
The snippet is set to "containing", to switch it to "not containg" just replace "grep -l" with "grep -L"
containing : grep -l
not containing:...
0
796
posted 12 years ago by claudiodev
Create a new database and its respective user with all privileges
0
688
posted 12 years ago by claudiodev
Recursively ignore files matching the defined pattern starting from the current directory
0
914
posted 12 years ago by claudiodev