Search Results

Search: Posts Made By: kpearson
148,974
Posted By jagadeeb
grep,egrep,fgrep
gerp Search a Pa tern from current directory.

egrep (grep -E in linux) is extended grep where additional regular expression metacharacters have been added like +, ?, | and ().

fgrep (grep -F...
5,008
Posted By Franklin52
Try this: awk 'NR > 1 && /feature/{print ""}...
Try this:

awk 'NR > 1 && /feature/{print ""}
/--/{next}
{printf $0}
END{print ""}' file
Regards
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy