Answers for "copy first n files linux"

0

copy first n files linux

find . -maxdepth 1 -type f |head -1000|xargs cp -t "$destdir"
Posted by: Guest on August-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language