SyntaxFix
Write A Post
Hire A Developer
Questions
For tcsh, I have to use the following command :
command >& file
If use command &> file , it will give "Invalid null command" error.
command &> file