Help/Linux/bash_debug.txt
2025-05-29 21:55:04 +02:00

4 lines
96 B
Plaintext
Executable File

exec 3>&1 1>"/tmp/log.log" 2>&1
set -x
echo "creating a temporary directory and some files" >&3