Bash 스크립트, 여러 문서에 대한 단어 및 문자*를 계산합니다.[txt | doc]
이것은 명령줄 인터페이스에서 여러 문서의 문자와 단어를 계산해야 하는 사람들에게 간단한 도구이다.
지원: *.txt 및 *문서 파일 유형
선결 조건
장치
sudo mv linux_doc_words_counter /usr/local/bin
sudo chmod +x /usr/local/bin/linux_doc_words_counter
사용법
linux_doc_words_counter /path/to/archive.zip
Reference
이 문제에 관하여(Bash 스크립트, 여러 문서에 대한 단어 및 문자*를 계산합니다.[txt | doc]), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/alfiosalanitri/bash-script-to-count-words-and-characters-of-multiple-documents-txt-doc-221f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)