- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
Hi All, A simple questions, can someone let me know the syntax of for loop e.g if i want to print my name 100 times ? Thanks in advance. | |
Hi All, Small can some please let me know hpw to use logical OR in csh scripts, below is the code line which is not running and i don't know why it is entring in "if" statement, even though i'm inputing value "1", set ans = $< echo $ans if … | |
Hi All, Can someone help me writting a function in csh / tsch shell, i'm getting below error, l () { ls -lrt ; } [COLOR="Red"][B]Badly placed ()'s.[/B][/COLOR] Thanks, Arvind S. | |
Hi All, Below is little bit of code, which i'm unable to run, #!/bin/csh echo answer = "" echo " Please enter x to exit from script and anyother character to continue" read answer if ( "$answer" = "x" ) then echo "Exiting from the $0 script, please the error … |
The End.