Simple, self-explanatory code snippets.
for file in *.FILE_EXTENSION_IF_ANYdo mv "$file" "STRING-TO-APPEND-${file}"done
No comments:
Post a Comment