A simple syntactical question may be
While trying to display the date in my custom format, i am using
date '+DATE %m-%y%nTIME %H:%M:%S'
What is the purpose of '+' symbol before specifying Date format ?
|
|
|
The
Otherwise, date thinks you are trying to send it a date string ( |
|||