diff --git a/pages/linux/mktemp.md b/pages/linux/mktemp.md index 530c2ae9ec..aca0728ea7 100644 --- a/pages/linux/mktemp.md +++ b/pages/linux/mktemp.md @@ -26,3 +26,7 @@ - Create an empty temporary directory and print its absolute path: `mktemp {{[-d|--directory]}}` + +- Print the name of a temporary file or directory without actually creating it: + +`mktemp {{[-u|--dry-run]}}`