Linux 스크립트 명령.
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 에 대한 리포지토리입니다.
Reference
이 문제에 관하여(Linux 스크립트 명령.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/alxtrnr/the-linux-script-command-476a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)