Repository URL to install this package:
|
Version:
7.3.6 ▾
|
##########################################################################
# $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