shell-參數作下標

test.shbash

#!/bin/bash
#用第3個參數做爲下標或position,來獲取參數
param=$(eval echo \$$3)
echo "hello, $param"

相關文章
相關標籤/搜索