I need to parse a | pipe-delimited text file to exclude lines which
contain a certain numerical value
Here is a sample:
#90053 | 6480| 90000| 100000| | 343| 0| 0|
|
|#90665 | 8| 0| 102400| | 2| 0| 0|
|
|
Now, assuming I can figure out how to parse this file, I need to factor
in a *nix password file which will take the #90xxx number and give me a
text user name. I need to take these excluded users and remove their
entries in an excel file.
I am lost.
Any help out there?
I've gotten some good stuff from here in the past...