mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 15:35:44 +02:00
parent
12f4826e57
commit
8193af1c35
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- Create a temporary directory and return the absolute path to it:
|
- Create a temporary directory and return the absolute path to it:
|
||||||
|
|
||||||
`mktemp --directory`
|
`mktemp -d`
|
||||||
|
|
||||||
- Create a temporary file with a specified suffix:
|
- Create a temporary file with a specified suffix:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue