An open API service indexing awesome lists of open source software.

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)

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
![demo](./demo.gif)

# 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.