diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-15 18:09:22 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-15 18:09:22 +0200 |
commit | 73a20724e7f3eb412cff4d41cf98e6fca426274e (patch) | |
tree | d8924be815e5ba7ec726273a58946a75ef90038d /man/pass.1 | |
parent | 98a9867ff6e202b159861f2cd527395d7d5d6685 (diff) | |
download | pass-73a20724e7f3eb412cff4d41cf98e6fca426274e.tar.gz pass-73a20724e7f3eb412cff4d41cf98e6fca426274e.tar.bz2 pass-73a20724e7f3eb412cff4d41cf98e6fca426274e.zip |
grep: add new pass grep command
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -72,6 +72,12 @@ by using the .BR tree (1) program. This command is alternatively named \fBlist\fP. .TP +\fBgrep\fP \fIsearch-string\fP +Searches inside each decrypted password file for \fIsearch-string\fP, and displays line +containing matched string along with filename. Uses +.BR grep (1) +for matching. +.TP \fBfind\fP \fIpass-names\fP... List names of passwords inside the tree that match \fIpass-names\fP by using the .BR tree (1) |