Little help on a linux command - connection

Using xargs -i works:

ls -rt1 /source/*.zip | tail -1 | xargs -i cp {} /target/subfolder

2 Likes