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:
Error:
code:
Code:
#!/usr/bin/csh
great()
{
echo "inside"
}
great
Code:
Badly placed ()'s.