bash make temp file that not exists code example Example: linux bash temporary file temp_file=$(mktemp) # do something with the file rm ${temp_file}