"Then, oops, they were wrong."
20221114
20221106
20221105
RipgrepCountMatches
@elirnm I believe you could just use the tee command?
$ rg blah blah | tee >(wc -l)
match
match
match
3
If you want to remove that tab before the output, you can do this:
$ rg blah blah | tee >(wc -l | xargs echo)
Way to report total count of matches? · Issue #411 · BurntSushi/ripgrep · GitHub https://github.com/BurntSushi/ripgrep/issues/411
Labels:
concordance,
PersonalDictionary,
rg,
RipGrep,
wc,
WordCount,
WordFrequency
Gboard delete Personal Dictionary
Why?
Kill imported Personal Dictionary
I tried to import a personal dictionary using the dictionary.txt method
Unfortunately The dictionary file or rather zip file was imported under a Japanese dictionary and not English US. Thus I need it to delete the Japanese dictionary and start all over again.
Here we go:
How?
Clear Storage and Cache from App info of Gboard
Go to settings and search for GboardThen select clear
Subscribe to:
Posts (Atom)