In Terminal.app I am running zsh. I need to diagnose what went wrong when I ran a bash shell command from Terminal.app. How do I find the log file for that?
Asked
Active
Viewed 2,600 times
set +x
amdset -x
– bmike Jan 11 '22 at 18:54set -x
does exactly what I need. Thank you. – murray Jan 12 '22 at 14:37