• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need help in writing .cshrc script

zener

Senior member
I have three tasks name task1, task2, task3 and want to write a script in .cshrc to launch all these tasks sequentially when I type dotask. How do I write it in my .cshrc. Also where is a good site to learn writing scripts for .cshrc. Thanks.
 
Are these 'tasks' programs?? If so, you can just run them directly from the command line as: task1;task2;task3..

You don't necessarily need to use CShell for a script like this, regular sh would work fine..Regards
 
Back
Top