How To Record Everything You Do In Terminal - OSTechNix
Synopsis:
script -a my_history
mkdir test
cd test
touch hello_world.txt
echo 'Hello World' > ./hello_world.txt
# This closes the "script -a my_history" file
exit
Source: How To Record Everything You Do In Terminal - OSTechNix