Shammer's Philosophy

My private adversaria

2015-05-12から1日間の記事一覧

Bash Shell Script Collection - 20150512

Bash Shell Script my pocket reference - 20150221 - Shammerismの内容に、大文字と小文字を無視して比較する方法を追加。 if 文 sample if basic if [ $# -ne 1 ];then echo "Usage: $0 [123]"; exit 1; fi if [ $1 -eq 1 ];then echo "You are number#1."…