任何人都可以告诉我这将是什么问题?我知道这是一个半秒问题,但请帮助:) egrep "first" a.sh && egrep "second" a.sh工作,a.sh包含第一,第二,第三等.. Thx!
egrep "first" a.sh && egrep "second" a.sh
if [[ egrep "first" a.sh && egrep "second" a.sh ]]; then echo "success" fi
unix bash shell
bash ×1
shell ×1
unix ×1