Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux bash temporary file

temp_file=$(mktemp)
# do something with the file
rm ${temp_file}
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #linux #bash #temporary #file
ADD COMMENT
Topic
Name
1+8 =