Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~494 People Reached
Favorite Forums
Favorite Tags
Member Avatar for arvindishukla

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.

Member Avatar for masijade
-1
105
Member Avatar for arvindishukla

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 …

Member Avatar for arvindishukla
0
221
Member Avatar for arvindishukla

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.

Member Avatar for arvindishukla
0
98
Member Avatar for arvindishukla

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 …

0
70