Last active
July 20, 2016 08:54
-
-
Save otkrsk/266f4753d0119cfa9d93 to your computer and use it in GitHub Desktop.
Format Date Output in Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Format that we want to output: 20140813101546 | |
| date "+%Y%m%d%I%M%S" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment