Top Tips from Linux-Fu
Tuesday, June 2. 2009
I’ve been using "cd $OLDPWD" for years now, without knowing "cd -" existed. Very easy to get into habits like this, even though there may be something simpler others take for granted. Thanks for the time-saving tip.
I guess that’s the secret sauce of linux. There is something new to learn for everyone, always, no matter how long you’ve been working with it.
Personal fav. of mine.
find ./ -name *.torrent -exec rm {} \;
Because, umm, you know, those files just seem to pile up for some reason. Al those darn linux iso torrents.
Bashir: I often learn something when looking over the shoulder of another developer, the talk was an attempt to scale that experience to a conference audience – glad you picked up something new :)
Erik: I’m just starting to pick up these favourite commands that I run all the time, I’m blogging most of them though for reference (and so I can’t lose/forget them)


