Grep
grep '[a-z]'[0-9]'
grep -v '^From'
grep -l '^[cC]'*.f ----> Find file which contain a pattern
grep -c['Ss]uccess'
grep -u 'lAbEh'
grep -n 'mo.*y' ---> File print the line number in front of the lines
grep -n 'mo.*y'
If there are no stupid questions, then what kind of questions do stupid people ask? Do they get smart just in time to ask questions?
Scott Adams

No comments:
Post a Comment