NethServer Community
Little help on a linux command - connection
Support
thorsten
(Thorsten)
March 23, 2021, 7:53pm
5
Using xargs -i works:
ls -rt1 /source/*.zip | tail -1 | xargs -i cp {} /target/subfolder
2 Likes
show post in topic