Archive for August, 2006

unix toolbox

Friday, August 18th, 2006

Mac OS X comes with so many tools now, that there are myriad ways of getting things done. I had to present a list of files in a directory with the modification dates recently. I came up with this one liner:

ls -lT | awk ‘{print $10, $7, $8, $9}’ | bbedit

if you do a ls [...]