Tagged Questions
2
votes
2answers
378 views
Tiny bash script: Is sed necessary here?
I've recently discovered the power of sed; regular expressions seem like they'll take a lifetime to master. This tiny script uses both to add zero before the single digit in file names.
Can this be ...