[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: functions
On Mar 12, 2006, at 11:42 AM, hbrhodes wrote:
> function rar { /1435/the.hole/minotaur/rar/rar };
>
> should work right? i told it the function ... named the
> function ... told it the location of the function ... and then put
> the ';' at the end.
the ; needs to be before the }
function rar { /1435/the.hole/minotaur/rar/rar ; }
alternatively, omit "fuction" and add parenthesis:
rar () { /1435/the.hole/minotaur/rar/rar ; }
Regards,
- Robert
http://www.cwelug.org/downloads
Help others get OpenSource software. Distribute FLOSS
for Windows, Linux, *BSD, and MacOS X with BitTorrent
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- functions
- From: hbrhodes <hbrhodes@gmail.com>