tarka / xcp

An extended `cp`
GNU General Public License v3.0
746 stars 24 forks source link

add target-directory flag #56

Closed Mic92 closed 1 month ago

Mic92 commented 1 month ago

This is useful in combination with xargs:

xargs xcp --target-directory /tmp < files.txt

Mic92 commented 1 month ago

Tested in https://github.com/nix-community/disko/pull/788

tarka commented 1 month ago

Thanks!