Archive for March, 2008

ls and pipe into less

Tuesday, March 11th, 2008

A colleague of mine wrote a little script for me. Actually two lines of shell. I needed to read a directory and get the last file and copy it. I was thinking I would do a readdir in perl, but he just fired up a shell script with ls into tail to grab the last [...]

My Adobe Air SDK installation instructions

Tuesday, March 4th, 2008

I downloaded the Adobe Air SDK so I could develop some Air applications, but once I downloaded it, was at sort of a loss for how to go about installing it. Their instructions are missing from the package and nowhere to be found on their site. I have a PPC mac, so these instructions should [...]