hi,
i am having two files
n.sh
here i wrote code like
clear
f()
{
echo "this is my program to test function"
}
again
i am having one more file
here i wrote like this
./home/selvam (this is my program directory (ie.. actual n.sh file is in this directory}
again i am calling the function
f -> this is function calling . this function already defined in n.sh file
but i was run this script it shows the error as
n1.sh: f : the command not found
what is solution to this problem
help to me
thanks