retrograde inversion
Joined: 08 Jun 2011
Posts: 25
|
| Posted: Wed Feb 08, 2012 11:51 pm Post subject: |
|
|
This is described in man date:
Code: SYNOPSIS
date [OPTION]... [+FORMAT]
So you would type date, then a + followed by an appropriate format string. As an example:
Code: % date +%I
08
|
|