search for blank fields - TechRepublic
General discussion
December 14, 2004 at 04:31 PM
john.a.wills

search for blank fields

by john.a.wills . Updated 21 years, 5 months ago

I have a file with records subdivided by semicolons into fields. I want to show the records with at least one field each completely blank. I have tried grep “[;[:blank:];]”

This discussion is locked

All Comments