create a temporary file or directory
LINUX - Command to create temp file or directory |
| 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) |
| The topic on LINUX - create a temporary file or directory is posted by - Math |