In the usual bash redirection > redirecting standard output to a file, rewriting when it exists, and >> redirecting standard output to a file, adding when it exists.
In the tcsh (c shell) script, I found the used operators >! >>! . What do these operators do? tcsh also has > and >> operators, so what's the difference?
redirect tcsh
Peter Smit Jul 20 '11 at 13:00 2011-07-20 13:00
source share