Hello,
I am using csh and am sending output to a file with the prints command.However first I see the output on the screen. Is there a way how to see the output only in required file and not on screen.
printf "\n\n\n\t JOB $list\n" >>file2.
Used the printf command since I had to use tabs.
Thanks
I am using csh and am sending output to a file with the prints command.However first I see the output on the screen. Is there a way how to see the output only in required file and not on screen.
printf "\n\n\n\t JOB $list\n" >>file2.
Used the printf command since I had to use tabs.
Thanks