====== test ====== * shell script 에서 조건 테스트 ===== 간단한 예 ===== test -b /dev/dvd echo $? 0 * ''0'' : true * ''1'' 혹은 ''0'' 외의 숫자 : false ===== 참조 ===== * [[https://www.computerhope.com/unix/test.htm|Linux test command information and examples]] * [[http://storycompiler.tistory.com/107|아프니까 개발자다 :: [Ubuntu/Linux] 쉘스크립트 test 명령문의 모든 것]] * [[https://www.shellscript.sh/test.html|Test - Shell Scripting Tutorial]]