Linux 스크립트 명령.

2525 단어 pythonlinuxbeginners
Linux에는 스크립트라는 내장 명령이 있습니다. 이를 호출하면 ctrl d를 누를 때까지 터미널에 입력되거나 터미널에 표시되는 모든 것을 효과적으로 기록하는 파일이 생성됩니다. 그렇게 하면 세션이 종료되고 저장됩니다. 터미널에서 재생하는 것은 저장된 파일의 경로와 함께 다른 명령을 호출하는 것만큼 간단합니다.

script --help

Make a typescript of a terminal session.

Options:
 -a, --append                  append the output
 -c, --command <command>       run command rather than interactive shell
 -e, --return                  return exit code of the child process
 -f, --flush                   run flush after each write
     --force                   use output file even when it is a link
 -o, --output-limit <size>     terminate if output files exceed size
 -q, --quiet                   be quiet
 -t[<file>], --timing[=<file>] output timing data to stderr or to FILE
 -h, --help                    display this help
 -V, --version                 display version



간단히 입력...

$ script --t=script_log -q scriptfile


...script 및 터미널 세션의 기록을 호출합니다.

세션을 재생하려면...

scriptreplay --timing=script_log scriptfile


자세한 내용은 참조here . CLI의 기능을 보여주기 위한 수단으로 리포지토리에 포함하는 것이 좋습니다. 더 일반적인 것은 녹음 된 데모를 화면 녹화하는 것입니다 ...


URL 스크레이퍼 및 사이트 맵 빌더.



CLI 스크레이퍼와 사이트 맵 빌더를 코딩했습니다. 나를 위한 첫 번째. 그 과정을 즐기고 배움. 대부분 수정하는 단계에 이르렀습니다. 움직일 시간. 충분히 할 것입니다. 다음은 GitHub 에 대한 리포지토리입니다.

좋은 웹페이지 즐겨찾기