I have a text file delimited by | (multiple records).
field1|field2|field3|field4|field5
i wanted to check if field3 is blank or contains "space" characters only, if it is blank or space, i wanted the whole line to show up.
what unix command can i use to do this ?
Michael