모든 명령을 기록하세요

모든 명령을 기록하세요

나는 루비를 배우고 책의 튜토리얼을 따르고 있습니다. 쉘에 입력하는 모든 명령을 기록하고 싶습니다(zsh를 사용하고 있습니다). 어떻게 해야 합니까? 녹음을 중지하고 시작할 수 있어야 합니다.

답변1

script명령 을 사용하십시오

DESCRIPTION
     Script makes a typescript of everything printed on your terminal.  It is
     useful for students who need a hardcopy record of an interactive session
     as proof of an assignment, as the typescript file can be printed out
     later with lpr(1).

관련 정보