| ||||||
| 2010/8/17-9/7 [Finance/Investment] UID:53925 Activity:nil |
8/17 Hey Market Timer, your method doesn't really work:
http://seekingalpha.com/instablog/510046-mark-seleznov/37562-market-timing-with-the-50-day-moving-average-dia-dow-jones-industrial-averages |
| 2010/8/17-9/7 [Politics/Domestic/California, Industry/Jobs] UID:53926 Activity:nil |
8/17 Private sector growing, public sector shrinking:
http://finance.yahoo.com/news/If-Private-Sector-Is-Hiring-cnbc-4039402657.html?x=0
\_ starve the beast!
\_ why do they never count the armed forces as employment |
| 2010/8/17-19 [Uncategorized] UID:53927 Activity:nil |
8/17 I have a bunch of cron that I want to run but only want to
output to stdout if there is any stderr (or if it returns $?)
so that it'll be in email. Otherwise, I want to output nothing.
Is there a program that does this already?
\_ program >tempfile || cat tempfile; rm tempfile |