We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在如果搜索内容包括了中括号,会报错”grep: brackets ([ ]) not balanced“
The text was updated successfully, but these errors were encountered:
目前这样修复了:
query=`echo "{query}" | sed 's/\[/\\\[/g'` ./search.sh "$query"
Sorry, something went wrong.
明天我修复一下
感谢。最好是 $、(、) 这些 shell 关键字都能转义一下。不过我不是很懂 shell,没找到好方法。
$
(
)
No branches or pull requests
现在如果搜索内容包括了中括号,会报错”grep: brackets ([ ]) not balanced“
The text was updated successfully, but these errors were encountered: