Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 122 Bytes

xargs.md

File metadata and controls

3 lines (3 loc) · 122 Bytes

To copy (move) selected files to target folder:

$ find . | grep kt$ | xargs cp -p -v -t /tmp