在find命令後面加上命令管道的寫法

find . -name "*.sys" -exec sh -c 'tail -n 6 {} |  head -n 1 | tr -s [:space:]' \;    
相關文章
相關標籤/搜索