It seems like the shorter the code is the longer it takes to write. I’m trying to rename a group of similarly-name directories using Bash and for no good reason I decided I’d like to do it all on one line. There are a bunch of ways to do it, not all fit on a line and some are more efficient than others. There’s apparently a package out there called mmv that I haven’t looked for which does stuff like this. There’s also sed. With sed I got something close:
Read the rest of “Moving Multiple Files in Bash”…