i am just beginning to learn shell programming. but now got a task like this
which is out of my control. can somebody help me?
I have a huge log-file
and a user account file (text, 500 lines, seperate by space) like this
jsmith John Smith
gstone George Stone
....
....
need to read the first column(user account) from the account file one by one and
find out if it's shown in the log-file
I need to get 2 account files. one is the accounts who were never shown in log-file
the other one accounts who showed in log-file
how can i do it?
which is out of my control. can somebody help me?
I have a huge log-file
and a user account file (text, 500 lines, seperate by space) like this
jsmith John Smith
gstone George Stone
....
....
need to read the first column(user account) from the account file one by one and
find out if it's shown in the log-file
I need to get 2 account files. one is the accounts who were never shown in log-file
the other one accounts who showed in log-file
how can i do it?