PLAY PODCASTS
Video1: quick renaming shortcut with Sed

Video1: quick renaming shortcut with Sed

BrakeSec Education Podcast · Bryan Brake

April 4, 20146m 31s

Audio is streamed directly from the publisher (traffic.libsyn.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

I take a few minutes to explain a quick mass renaming shortcut using sed I use when I have multiple files that I need to rename. I used the example of spaces in filenames, but you can use this to append a name to multiple files.

Another way to easily change files is to use the 'tr' command. You can change a filename from all lowercase to all uppercase letters, or even remove non-printable characters from filenames.

Take a look, please leave feedback. I know there are other ways using awk, perl, and others. This is just another way to do it.