Monthly Archives: March 2017

bash: /usr/bin/[ls,find,mv]: Argument list too long

for f in $(echo folder*/file*); do mv ${f} .; done

Posted in linux | Leave a comment