Command:
An approach is to transform the content of the input file with tr command so that all words are in a single line and then use grep -c to count that match count.
$ tr '[:space:]' '[\n*]' < example.txt | grep -i -c 'EMPLOYEE_NUMBER'
There are several types of encryption techniques used to secure data, each with its own use case and strengths: 1. Symmetric Encryption Us...
No comments:
Post a Comment