Unix / Linux Bourne / Bash Shell Scripting Tutorial [ steve-parker.org ]

Unix / Linux Bourne / Bash Shell Scripting Tutorial [ steve-parker.org ]

瀏覽:562
日期:2024-07-18
The $@ parameters are changed within the function to reflect how the function was called. The variable x, however, is effectively a global variable - myfunc changed it, and that change is still effective when control returns to the main script. A function...看更多