The Dumping Ground
Life and code.
-
Shell Love
Posted on January 7th, 2004 No commentsOh UNIX shell, how do I love thee? You let me do things like
[Metropolis](3)# foreach f (*.ogg) foreach? oggdec "$f" foreach? lame --preset r3mix "`echo $f | sed 's/.ogg/.wav/'`" "`echo $f | sed 's/.ogg/.mp3/'`" foreach? rm -f $f foreach? end
A GUI could never smell as sweet.