Hi,
Just a little question on functions in ksh/bash
Quote:> {
> echo hello
> }
hello
ksh: titi: not found
Quote:> {
> echo hello
> }
hello
titi=()
{
echo hello
Quote:}
bash: titi: command not found
From these experiences I have some questions :
- where can I have the list of functions declared with ksh as it doesn't
shows nor with 'set' nor with 'env', is there a way to make them appear as
in bash ?
- why can't I export functions both in ksh and bash ? How could I do to do it ?
don't functions declaration behave themselves not as variable ?
Thanks in advance
Tuyet Tram DANG NGOC
--
Laboratoire PRiSM - Universite de Versailles-Saint-Quentin
http://www.prism.uvsq.fr/~dntt