for example, simple bash recur function call: ====================== #!/bin/bash
function test()
{
test $1
}
test 1
======================
sincerely for your reply
for example, simple bash recur function call: ====================== #!/bin/bash
function test()
{
test $1
}
test 1
======================
sincerely for your reply