xxxxxxxxxx
# The command wc (short for "word count") prints the number of characters, words, and lines in a file. You can make it print only one of these using -c, -w, or -l respectively.
# Count the records in file
grep -w -c silicon Desktop/Tools.csv