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

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

This entry was posted in linux. Bookmark the permalink.

Leave a comment