Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Functions on csh

$
0
0
Just want to know whether we have function concept available in csh. Because am trying the below function it showing error. If function concept is not available what is the alternative solution.

code:
Code:

#!/usr/bin/csh
great()
{
echo "inside"
}
great

Error:
Code:

Badly placed ()'s.

Viewing all articles
Browse latest Browse all 16232

Trending Articles