remove default value igrep

This commit is contained in:
q
2014-02-25 14:37:05 +02:00
parent c68ffa5fb5
commit 47cb5ae36a

View File

@@ -209,7 +209,7 @@ function rmv () {
function igrep () {
# Interactive grep
local args
args="-i -e value"
args="-i -e "
while true
do read -e -i "$args" args
echo $@