
How to Run “script” Command in Linux?
The script command is used to typescript or record all terminal processes. After running the script command, it begins recording everything that appears on the screen, including inputs and outputs, until it exits. If you don’t specify any argument, the “typescript file” will be created in the directory to save the terminal record. The script […]