Hi Experts,
In a UNIX shell script a function is called with the parameter &2.
f_check &2
Please help me to understand what does the above call do.
what does &2 mean there?
Thanks in Advance,
Chella
In a UNIX shell script a function is called with the parameter &2.
f_check &2
Please help me to understand what does the above call do.
what does &2 mean there?
Thanks in Advance,
Chella
Comment