How to create a temporary directory under a directory.
I tried mktemp -d -p
but unable to figure out how to create temp directory under a give directory.
Please provide example with mktemp
How to create a temporary directory under a directory.
I tried mktemp -d -p
but unable to figure out how to create temp directory under a give directory.
Please provide example with mktemp