From 4c92c560b001dea2c3a4c8e986d96c7022e31265 Mon Sep 17 00:00:00 2001 From: Alpha <43486986+sudoAlphaX@users.noreply.github.com> Date: Thu, 12 Jun 2025 01:30:24 +0000 Subject: [PATCH] mktemp: document dry-run flag (#16823) --- pages/linux/mktemp.md | 4 ++++ 1 file changed, 4 insertions(+) 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]}}`