Я могу использовать такую цепочку exec : find -name 'file' -exec grep -l 'content' '{}' \; -exec cp '{}' '{}'_copy \;.
確定! 回上一頁