Hi all,
I am running the following command:
time wc filename >wc.out 2>time.out
in order to place the wc
output into wc.out and the output from time
into time.out. wc.out is fine but time.out is empty. I can't see where I am going wrong.
Thanks for any help offered.