# (C) 2010 magicant

# Completion script for the "egrep" command.

function completion/egrep {
        WORDS=(grep -E "${WORDS[2,-1]}")
        command -f completion//reexecute
}


# vim: set ft=sh ts=8 sts=8 sw=8 et:
