Aug 17, 2008
Fixing *nix blunders (Pt 1)
Yesterday, I made one of those classic command-line blunders that anyone with root access to a *nix shell makes from time-to-time. Basically, instead of doing:
Posted at 10:47 |
Comments(0) |
Permalink |
Trackbacks(0) |
Tags: Bash, Unix |
add to del.icio.us
Dec 24, 2007
Changing files to lower case with Bash and tr
I'm sure there are a number of ways to change a directory of files to lowercase including the mmv utility for 'wildcard' renaming and copying. However, this simple one-liner is likely to work on a wider range of systems without installing additional programs since it only requires bash and tr:
Posted at 11:40 |
Comments(0) |
Permalink |
Trackbacks(0) |
Tags: Bash, regex, Unix |
add to del.icio.us

