Search Results

Search: Posts Made By: brendon4_u
6,688
Posted By brendon4_u
Hi
Sorry for my last post ...coz it looks like the csh you are using supports "-f" switch.

It looks to me that your script is corrupted (might be with control-M characters while copying from windows...
6,688
Posted By brendon4_u
Hi,
It looks like the csh version that you are using on the current machine doesn't support the "-f" switch and hence you get the above error...

Best Regards,
brendon.
136,140
Posted By brendon4_u
Hi Tipsy,
I had a similar problem with declaring the functions in csh.
A simple script as below worked well in sh shell
#! /bin/sh

display()
{
echo "Inside display()"
}

echo "calling display()"...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy