test(1)
from
20240903
test(1)
test(1)
test(1)コマンドの使い方
https://ss64.com/bash/test.html
ファイルの非存在確認
if ( ! ( -fe file )); then ... fi