| Create a temporary file or directory |
|
|
Linux Command to create temp file
tempfile=$(/bin/mktemp)
Linux Command to create temp directory
tempdir=$(/bin/mktemp -d)
|
| Linux - Command to create temp file or directory |
| The topic on Linux - Create a temporary file or directory is posted by - Math |
Hope you have enjoyed, Linux - Create a temporary file or directory . Thanks for your time.
|