Bash Scripting - File Operations in Scripts
You want to create a temporary directory for your script to store files safely and remove it after use. Which command correctly creates this directory and stores its path in a variable named
tempdir?