为什么以下if声明成功?
if
if $(ps aux | grep -q "bla bla") ; then echo "found" ; fi
bash if-statement
bash ×1
if-statement ×1