Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
logwatch / usr / share / logwatch / scripts / shared / onlycontains
Size: Mime:
##########################################################################
# $Id: onlycontains,v 1.12 2005/05/25 22:33:15 bjorn Exp $
##########################################################################

########################################################
# This was written and is maintained by:
#    Kirk Bauer <kirk@kaybee.org>
#
# Please send all comments, suggestions, bug reports,
#    etc, to kirk@kaybee.org.
########################################################

# Just does a case-insensitive egrep ;)

system("egrep -i \"@ARGV\"");

# vi: shiftwidth=3 syntax=perl tabstop=3 et