Is there any way under linux/terminal to count, how many times the char f occurs in a plain text file?
How about this:
fgrep -o f <file> | wc -l
Note: Besides much easier to remember/duplicate and customize, this is about three times (sorry, edit! botched the first test) faster than Vereb's answer.
1.4m articles
1.4m replys
5 comments
57.0k users