提交 736febaa 编写于 作者: N Neil Greenwood

Update README.md

Fix missing quote in `sed` example.
上级 a21df2d8
......@@ -279,7 +279,7 @@ ShellCheck recognizes a menagerie of other issues:
#!/bin/bash -x -e # Common shebang errors
echo $((n/180*100)) # Unnecessary loss of precision
ls *[:digit:].txt # Bad character class globs
sed 's/foo/bar/ file > file # Redirecting to input
sed 's/foo/bar/' file > file # Redirecting to input
## Testimonials
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册