|
Home > Archive > Red Hat General > February 2006 > Shell script with function
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Shell script with function
|
|
| Eran.Yasso@gmail.com 2006-02-05, 7:47 am |
| Hi,
Is there a way for a function inside a shell script to receive
variable:
If so, what is the sending/receiving syntax?
TIA,
Eran.
| |
| Scott Lurndal 2006-02-06, 8:48 pm |
| Eran.Yasso@gmail.com writes:
>Hi,
>
>Is there a way for a function inside a shell script to receive
>variable:
>If so, what is the sending/receiving syntax?
>
>TIA,
>Eran.
>
Which shell?
man bash
man ksh
man zsh
man csh
man tcsh
scott
|
|
|
|
|