shell学习笔记(十二)

【if】

关于if判断多条件的符号问题

e.g

if [ -s /usr/local/apache_$path ] || [ -s /usr/local/apache ];

if [  -s /etc/Muttrc  ] && [ -s /usr/local/msmtp/ ] ;

这两个的区别

你可能感兴趣的:(shell,职场,休闲,shell学习,shell笔记)