https://github.com/alfiosalanitri/linux-doc-words-counter
A simple bash script to count all words and characters of multiple documents (.doc|.txt)
https://github.com/alfiosalanitri/linux-doc-words-counter
bash
Last synced: about 2 months ago
JSON representation
A simple bash script to count all words and characters of multiple documents (.doc|.txt)
- Host: GitHub
- URL: https://github.com/alfiosalanitri/linux-doc-words-counter
- Owner: alfiosalanitri
- License: mit
- Created: 2021-06-10T17:34:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T07:35:27.000Z (over 4 years ago)
- Last Synced: 2025-02-05T10:17:30.241Z (over 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAME
linux_doc_words_counter - count all words and characters of multiple .doc|.txt files
# DESCRIPTION
linux_doc_words_counter is a simple bash script that count all words and characters of multiple documents.
# INSTALLATION
`sudo mv linux_doc_words_counter /usr/bin`
`sudo chmod +x /usr/bin/linux_doc_words_counter`
# USAGE

# REQUIREMENTS
- a linux distro
- sudo privileges
- `sudo apt install unzip` package
- `sudo apt install catdoc` package
# AUTHOR:
linux_doc_words_counter is written by Alfio Salanitri and are licensed under the terms of the GNU General Public License, version 2 or higher.