linux:bash:journal
Ref
How to
Logs everything you do in a bash terminal to a file
exec > >(tee /tmp/bash_out_$(date +%Y%m%d%H%M%S)) 2>&1
linux/bash/journal.txt · Zuletzt geändert: von wikiadm
Logs everything you do in a bash terminal to a file
exec > >(tee /tmp/bash_out_$(date +%Y%m%d%H%M%S)) 2>&1