Home
RSS
/dev/notes
Text
FInding the last day of the previous month, from the shell: cal `date --date 'last month' '+%m'` `date '+%Y'` | grep . | fmt -1 | tail -1
March 11, 2010
0 Comments
View the discussion thread