DEV Community

Kris
Kris

Posted on

Record everything in terminal: script -a

Full article:

https://www.ostechnix.com/record-everything-terminal/

Summary:

script -a file_name.log
pwd
exit
cat file_name.log

Top comments (0)