03/13: Linux > Shell scrip
if 文と test コマンド - UNIX & Linux コマンド・シェルスクリプト リファレンス
-o = OR
-a = AND
-f = if the file is normal then true
-e = if the file exists then true
$ false
$ echo $?
1
-o = OR
-a = AND
-f = if the file is normal then true
-e = if the file exists then true
$ false
$ echo $?
1