I want to be able to prepend a string to the beginning of each text file in a folder. How can I do this using bash on Linux?
A one-liner: rename '' string_ *
rename '' string_ *