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 $@