tr -dc ',' <input.txt | wc -c
will count the number of commas in the input file.Peter C -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
tr -dc ',' <input.txt | wc -c
will count the number of commas in the input file.Peter C -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html