Live data from Hacker News

Unix Commands I Wish I’d Discovered Years Earlier

spin.atomicobject.com

1–10 of 259 posts

Re: Unix Commands I Wish I’d Discovered Years Earlier

#8
post #3

Never knew about the "cal" command. I especially like that you can quickly look up a previous or future month/year. >> cal 3 1973 quickly shows a calendar of March 1973

Right, you can use this to easily find the number of days in an arbitrary month in a script:

  % cal 2 1972 | tail +3 | wc -w
      29

Re: Unix Commands I Wish I’d Discovered Years Earlier

#10

I recommend Quicksilver on mac, free and powerful. It lets you to find a lot of stuff (application, contact, email, etc.) and manipulate them (send, forward, print, etc.) http://qsapp.com/

Also in that vein on Mac it's worth having a look at Alfred http://alfredapp.com
Post reply on HN