Hi,
can some one show me the proper way to use the %s format for date?
This doesn't show seconds since `00:00:00 1970-01-01 UTC'
$> date %s
thanx,
Hi,
can some one show me the proper way to use the %s format for date?
This doesn't show seconds since `00:00:00 1970-01-01 UTC'
$> date %s
thanx,
forget it. I was using it wrong.
date +%s
duh,
Bookmarks