Rename files without extention to one with extention (Linux)

find . -type f | awk '{print "mv \""$0"\" \""$0".wav\""}' | /bin/sh

Comments

Popular posts from this blog