Skip to content

Bash script that generates word statistics for a given text file. It accepts two arguments: the path to the text file and the path to the output file. The word statistics are saved in a two-column list format sorted in descending order of the number of occurrences. easy and efficient way to generate word statistics for a given text file.

Notifications You must be signed in to change notification settings

LazarusESP/file-stats-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

file-stats-bash

"fileStats.sh" is a Bash script that generates word statistics for a given text file. It accepts two arguments: the path to the text file and the path to the output file. The program checks whether the source and destination files exist and whether the user has permission to access them. The word statistics are saved in a two-column list format sorted in descending order of the number of occurrences.

Overall, "fileStats.sh" provides an easy and efficient way to generate word statistics for a given text file.

About

Bash script that generates word statistics for a given text file. It accepts two arguments: the path to the text file and the path to the output file. The word statistics are saved in a two-column list format sorted in descending order of the number of occurrences. easy and efficient way to generate word statistics for a given text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages