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'
๐ Problem Statement In Oracle Integration Cloud (OIC), while working with Stage File, we often receive source files like: a.b.c.csv.pgp ๐ ...
No comments:
Post a Comment