The Bash declare Statement | Linux Journal

The Bash declare Statement | Linux Journal

瀏覽:509
日期:2025-06-14
When run, the second assignment will assign zero to the variable rather than the string "hello" that appears in the statement: $ sh decl2.sh 12 0 The declare statment has other options; the -a option can be used to declare a variable as an array, but it's...看更多