linux查看目錄下全部文件內容中是否包含某個字符串

find . -type f -name "*.csv" -o -name "*.json" | xargs grep '15010*' -ljson
相關文章
相關標籤/搜索