PS: I'm deliberately using
space-space-asterisk as grep's whitespace separator, above, instead of
space-plus-sign. This is because there are different versions of
grep floating around the Android world, and some of them might only handle the ancient, stone-age
grep regex syntax which didn't support the plus sign to mean "one or more occurrences". Back in those days,
grep only used to support asterisk to mean "zero or more occurrences".
If you are sure that your Android instance's grep can handle the plus sign in regexes, then those two patterns, above, can use space-plus-sign as the whitespace separator.