Saving output of `bash --verbose` to a file
0
votes
2
answers
88
views
### Issue
I want to troubleshoot problems with my
bash
environment, therefore I would like to study exactly which config files bash
is opening and when.
### What I tried
bash --verbose | tee txt.tmp
^^^ this doesn't really work, as bash is creating a sub-shell inside the current one.
### PS
I feel like the answer to this must be something extremely trivial, yet this is the first time I haven't been able to pipe terminal output to a file, so it strikes me, and I have no idea how I would do it differently!
Asked by Signor Pizza
(25 rep)
Jul 9, 2025, 09:00 AM
Last activity: Jul 9, 2025, 10:24 PM
Last activity: Jul 9, 2025, 10:24 PM