
mktemp
List of commands for mktemp:
-
mktemp:tldr:1979b mktemp: Create a temporary directory and print the absolute path to it.$ mktemp --directorytry on your machineexplain this command
-
mktemp:tldr:50f7d mktemp: Create an empty temporary file and print the absolute path to it.$ mktemptry on your machineexplain this command
-
mktemp:tldr:5cdf0 mktemp: Create a temporary directory and print the absolute path to it.$ mktemp -dtry on your machineexplain this command
-
mktemp:tldr:a061b mktemp: Create an empty temporary file with a given suffix and print the absolute path to file.$ mktemp --suffix "${-ext}"try on your machineexplain this command