update manuscript

This commit is contained in:
Dylan Araps
2018-06-20 16:16:53 +10:00
parent 3682bebb17
commit 7d7c2063bb
4 changed files with 4 additions and 9 deletions

View File

@@ -51,8 +51,7 @@ fi
## Get the current date using `strftime`
Bashs `printf` has a built-in method of getting the date which we can use
in place of the `date` command in a lot of cases.
Bashs `printf` has a built-in method of getting the date which can be used in place of the `date` command.
**CAVEAT:** Requires `bash` 4+