Text Analysis
1. wc
It is used to count the number of lines, words, and characters (bytes) in a text file. Its name stands for "word count”.
file1.txt
wc file-name
To check lines only
wc -l
2.sort
sort fileName
It sorted the capital letters and the small ...
linuxfordevopssv.hashnode.dev2 min read