How can I do it in bourne shell, so that I can check who is being logged on
and who is being logged off on the current server?
Using who twice and storing the them into 2 different files. Then using
diff to get the difference between the 2 files and to just get the first
column of the output using awk.
I am not too sure of the syntax.