Terminal For Loop; Move Multiple Files; Ubuntu

Reply to comment

"Is there any specific reason you'd use that as opposed to mv *.txt ~/Desktop/destination/" for mv not really, but: cd path/to/scripts/ for i in *.sh; do bash $i; done