Tag Archives: sox

faster: a bashpodder plugin

I’ve been asked to supply the script that I use to speed up podcasts. So here it is: #!/bin/bash # v0.3 20080919 https://kenfallon.com if [ -d “${*}” ]; then cd “${*}” ls -1 2>/dev/null | while read FILE;do FILENAME=${FILE##*/} sox … Continue reading

Posted in Podcasts | Tagged , , , , | 2 Comments

HPR Episode 3 tips posted.

Three bash tips from HPR 185. Progress updates with a bash loop, speeding up podcasts and copying directories with tar. Continue reading

Posted in Podcasts | Tagged , , , , , | 4 Comments