You are viewing a single comment's thread. Return to all comments →
grep -vi a | awk '{ if( $0 ) print $0 else print " " }'
Mostly simple, but not the correct way
Seems like cookies are disabled on this browser, please enable them to open this website
Filter an Array with Patterns
You are viewing a single comment's thread. Return to all comments →
Mostly simple, but not the correct way