I have a date in this format: "27 JUN 2011" and I want to convert it to 20110627
Is it possible to do in bash?
|
|
note this only works on GNU date I have read that:
|
|||||
|
|
Just with bash:
And invoke it like this
Or if the "old" date string is stored in a variable
|
|||
|
|
|
A single date command seems to work well :
|
|||
|