#!/bin/sh
##########################################################################
# $Id: remove,v 1.7 2003/11/05 14:21:13 kirk 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 a case-insensitive, inverse egrep

/bin/egrep -vi "$*"

