From 47cb5ae36a4d7e91d263d2f82be763c492eb0899 Mon Sep 17 00:00:00 2001 From: q Date: Tue, 25 Feb 2014 14:37:05 +0200 Subject: [PATCH] remove default value igrep --- qcd_function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcd_function b/qcd_function index 635a71f..3e9dc05 100644 --- a/qcd_function +++ b/qcd_function @@ -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 $@