查找當前目錄下以anaconda開頭的文件,並查找其中的evince字符串 # find . -name “anaconda*” -exec grep -i evince {} \;.
確定! 回上一頁