回答編集履歴
1
Man page of TEST のリンクを追加
answer
CHANGED
@@ -1,3 +1,4 @@
|
|
1
1
|
`[` は test コマンドの別名で、-c はキャラクタデバイスかどうかを調べるオプションです。
|
2
2
|
参考: [if 文と test コマンド | UNIX & Linux コマンド・シェルスクリプト リファレンス](https://shellscript.sunone.me/if_and_test.html)
|
3
|
-
参考: [Linuxのファイルの種類 - Qiita](https://qiita.com/angel_p_57/items/1faafa275525469788b4)
|
3
|
+
参考: [Linuxのファイルの種類 - Qiita](https://qiita.com/angel_p_57/items/1faafa275525469788b4)
|
4
|
+
参考: [Man page of TEST](https://linuxjm.osdn.jp/html/GNU_sh-utils/man1/test.1.html)
|