no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | date [2014/04/09 01:04] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== date ====== | ||
+ | == Display today' | ||
+ | |||
+ | < | ||
+ | date +%Y-%m-%d | ||
+ | </ | ||
+ | |||
+ | == Yesterday == | ||
+ | |||
+ | < | ||
+ | date -d yesterday +%Y-%m-%d | ||
+ | </ |