I want to search for a string and find the number of occurrences in a file using the vi editor.
THE way is
:%s/pattern//gn