remove default value igrep
This commit is contained in:
@@ -209,7 +209,7 @@ function rmv () {
|
|||||||
function igrep () {
|
function igrep () {
|
||||||
# Interactive grep
|
# Interactive grep
|
||||||
local args
|
local args
|
||||||
args="-i -e value"
|
args="-i -e "
|
||||||
while true
|
while true
|
||||||
do read -e -i "$args" args
|
do read -e -i "$args" args
|
||||||
echo $@
|
echo $@
|
||||||
|
|||||||
Reference in New Issue
Block a user