在Linux中,语句中的分号一般用作代码块标识 1、单行语句一般要用到分号来区分代码块,例如: if [ “$PS1” ]; then echo test is ok; fi test is ok 该 … Continue reading Shell脚本中的分号使用
在Linux中,语句中的分号一般用作代码块标识 1、单行语句一般要用到分号来区分代码块,例如: if [ “$PS1” ]; then echo test is ok; fi test is ok 该 … Continue reading Shell脚本中的分号使用