标签:des http io ar os sp strong on bs
摘自http://www.comptechdoc.org/os/linux/usersguide/linux_ugshellpro.html
There is a function provided by bash called test which returns a true or false value depending on the result of the tested expression. Its syntax is:
test expression
It can also be implied as follows:
[ expression ]
The tests below are test conditions provided by the shell:
标签:des http io ar os sp strong on bs
原文地址:http://www.cnblogs.com/tacg/p/4164477.html