Title here
Summary here
Posted in Linux on August 1, 2016 by Adrian Wyssmann ‐ 1 min read
To display the current date on the shell you use the date command
So this format may not fit your need, therefore you would adjust the format by the +FORMAT parameter as described in the help
As an example do display the date in format yyyymmddhhmm you would type
which will display
If you want to use the outcome of the command as value for further commands, just enclose them in `