X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fgrepdbg;h=3d1526f8d70b93446548ee9257ce7b0c87349484;hb=c5a41c1d2673b53c38d649ad90feee12ad1e286d;hp=5ab380f6de6d6638f1933ec2155a04f32cc5a5a0;hpb=218a6c34b28e608ee0dd1b2af76360826d7e31ce;p=spider.git diff --git a/perl/grepdbg b/perl/grepdbg index 5ab380f6..3d1526f8 100755 --- a/perl/grepdbg +++ b/perl/grepdbg @@ -3,11 +3,17 @@ # Program to do a grep with dates and times on the debug # files # -# dispdbg [-nnn ...] +# grepdbg [nn] [-mm] # -# the -nnn is the day you what to look at -1 is yesterday -0 is today + +# nn - is the day you what to look at: 1 is yesterday, 0 is today # and is optional if there is only one argument -# is the string, a caseless search is done +# +# -mmm - print the mmm lines before the match. So -10 will print +# ten lines including the line matching the regular expression. +# +# is the regular expression you are searching for, +# a caseless search is done # #