Hi!
I have the following problem:
I have a file say toto that contains a list of directories like
/data/tt
/data/mm
...
from those directories I want
1) to search for all files in *.w3s
2) sort them by date and owner and get a list of unique owners
3) run finger -m on each owner to get some info about he owner
4) output the result to a file
Can this be done in Awk? or Cshell?
Thanks!
I have the following problem:
I have a file say toto that contains a list of directories like
/data/tt
/data/mm
...
from those directories I want
1) to search for all files in *.w3s
2) sort them by date and owner and get a list of unique owners
3) run finger -m on each owner to get some info about he owner
4) output the result to a file
Can this be done in Awk? or Cshell?
Thanks!