Skip to content
Henry Catalini Smith edited this page Oct 31, 2021 · 2 revisions

Summary

Search the address book

Synopsis

ppl grep <options> <search>

Description

This command is an alias of git grep. The <options> and the <search> string given are passed straight on through to git grep.

The format and color of the output of this command is subject to your system's git configuration, not the contents of your ~/.pplconfig.

Examples

$ ppl grep smith
john.vcf:EMAIL:john.smith@example.org

See Also

  1. git grep
Clone this wiki locally