Using the "sed" (stream editor) in mac os x terminal to bulk rename files based on pattern matching

This is pretty useful, piping the results of the echo to the "sed" command which stands for "stream editor" and then iterating over things in a loop and batch renaming them. I could have renamed them manually, but this was more fun and I learned something :)

Filed under  //

Comments [0]