Created
May 16, 2024 17:22
-
-
Save MonteLogic/805dbd65963ffb705f0c2aa5f526aa50 to your computer and use it in GitHub Desktop.
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
Useful vim commands: | |
Insert the date but this date would be in the format of MM/DD/YY | |
:r !echo -n $(date +\%m/\%d/\%y) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment