Hi All,
I have a file in UNIX with 3 fields in it
A ,B C with their names.
I would like to search for all the values in the file for which
A is NULL and B is not NULL
and
again
A is NOT NULL and B is NULL .
NULL refers to a blank value within the delimiters which is '|' in this case.
Any help is appreciated.
Thx
Sachin
I have a file in UNIX with 3 fields in it
A ,B C with their names.
I would like to search for all the values in the file for which
A is NULL and B is not NULL
and
again
A is NOT NULL and B is NULL .
NULL refers to a blank value within the delimiters which is '|' in this case.
Any help is appreciated.
Thx
Sachin