Posts Tagged ‘shell’

Shell snippets

for my reference: Find files containing some text: grep -lir “some text” /path/to/dir/*

Read the rest of this entry »