I am trying to get a script to output its results to both the console and a log file simultaneously. But, I cannot figure out the comman line syntax to do it.
i.e.
# ./script > /dev/console
# ./sciprt > /var/log/script.log
How can you do this at the same time.
Anyone know?
Thanks
-James