diff --git a/README.md b/README.md index be969d7..3a9f3c8 100644 --- a/README.md +++ b/README.md @@ -3147,6 +3147,7 @@ rsync -av directory user@ip_address:/path/to/directory.bak ##### Create a temporary directory and `cd` into it ```bash cd $(mktemp -d) +# for example, this will create a temporary directory "/tmp/tmp.TivmPLUXFT" ``` ##### Make all directories at one time!