Session Logger
The logging script keeps transcripts of your terminal work. It is handy for compliance, handover notes, or certification exams where a full command log can save hours of retracing steps.
Usage
./logging.sh start my-session
# ... execute commands ...
./logging.sh stopNotes
- For an additional logging technique see this .
- Personally, I combine both strategies for redundancy.
Last updated on