aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-04-24 18:07:30 +0000
committerJohn Beppu <beppu@lbox.org>2000-04-24 18:07:30 +0000
commitf93a95de6960b1d1977a934aafd3e9a8b8ea1765 (patch)
treed4e4a0cf3135af1926677c8f866b2bbab5a867f3 /docs/busybox.pod
parente90f4045afbcdcae81c417fffa635b3a5ab9166b (diff)
downloadbusybox-f93a95de6960b1d1977a934aafd3e9a8b8ea1765.tar.gz
+ grep -v # yay!
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index da890458c..71444c082 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -542,6 +542,7 @@ OPTIONS:
-i ignore case distinctions
-n print line number with output lines
-q be quiet. Returns 0 if result was found, 1 otherwise
+ -v select non-matching lines
This version of grep matches full regular expresions.
@@ -1816,4 +1817,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.21 2000/04/21 21:53:58 erik Exp $
+# $Id: busybox.pod,v 1.22 2000/04/24 18:07:30 beppu Exp $