Self-hatred

Posts Tagged ‘bourne’

[Bash] Prep version 3

I use a fairly basic script that formats pictures, uploads them via Dropbox, and inserts paste-ready HTML code into my clipboard. With some minor modifications this script can be used on Linux, Windows (Cygwin), or OS X. Taking a break from animating sprites, I wanted to improve this script, in order to reduce my work. [...]

Ooh:

I had a file renaming problem, where I wanted to remove the spaces from about a thousand files and folders for easier batch handling (I want to convert my ebook science fiction collection into .epub for reading on my iPod). The solution turned out to be: for file n *; do mv “$file” “`echo $file [...]