I really like OS X. In particular, I like its [open(1)](http://www.hmug.org/man/1/open.php) command. I seriously wish that Linux and BSD had something like this. Basically, you type open <filename> and that file is handled as if you had double-clicked it. This command is so useful and convenient that I can't remember what I did without it. For instance, today I wanted to edit all the PHP files in a certain directory that had a certain text string in them. Easy:
grep -l text_string *.php | xargs open
Then, OS X opened up my text editor and loaded it with the matching files, automagically.
As much as I wish this would appear in Free Unix implementations, I don't see it happening. Sigh...
I'm Stephen Van Dahm, a software developer from Minneapolis, Minnesota.
Graphic design is hard! Let's go shopping!
After reading James Bennett's latest post, I immediately tried the following Unix command....
I don't know what the folks at Apple were smoking when they decided to build that ugly, glassy fake 3D Dock into Leopard. There is no way in hell that I'm going to look at that every day for the next two years. Fortunately, there appears to be a solution.
Read every post I've ever written, because I'm such an interesting guy.