shell入門之流程控制語句

1.caseweb 腳本:bash #!/bin/bash #a test about case case $1 in "lenve") echo "input lenve";; "hello") echo "input hello";; [a-zA-Z]) echo "It's a letter";; [0-9]) echo "It's a number";; esa
相關文章
相關標籤/搜索