标签: bash grep
如何grep带有方括号的变量?
我知道我需要转义方括号才能执行grep。例如grep abc [1] 但是,如果它是一个变量,我该怎么办?
variable =“ abc [1]” grep $ variable file.txt