2017-05-08 43 views

回答

1

到所有匹配的文件複製到一個目錄,你可以這樣寫:

grep -rl "<text>" /path | xargs cp -t /path/to/destination 
相關問題