Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Easier is relative' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Easier is relative
Authored by: meneermoot on Aug 04, '04 07:35:34AM

Actually you can simplify a little and get the 0 before the day and month by using and inlining the date command.

<code>
curl http://www.npr.org/ramfiles/me/`date +%Y%m%d`.me.ram > ~/Desktop/`date +%Y%m%d`.me.ram
open ~/Desktop/`date +%Y%m%d`.me.ram
</code>

Note that those are backticks and not apostrophes.

Cheers
Mark



[ Reply to This | # ]