Gurus,
I am trying to optimize a few ksh scripts in AIX and was wondering if there is a way to redirect std output to 2 files simultaneously with a single command?
Something like:
/bin/echo "Hello!" >> file1 file2
Can I use the 'tee' command for this?
Thank-you in advance for helping out a true newbie to scripting.
apache7
I am trying to optimize a few ksh scripts in AIX and was wondering if there is a way to redirect std output to 2 files simultaneously with a single command?
Something like:
/bin/echo "Hello!" >> file1 file2
Can I use the 'tee' command for this?
Thank-you in advance for helping out a true newbie to scripting.
apache7