Fix lint for common

This commit is contained in:
lord63
2015-10-22 15:31:52 +08:00
parent 3e1df9f818
commit 56a7cba656
58 changed files with 76 additions and 75 deletions

View File

@@ -4,7 +4,7 @@
> Supports simple patterns and regular expressions
- search for an exact string
`grep {{something}} {{file_path}}`
- search recursively in current directory for an exact string
@@ -19,7 +19,7 @@
`grep -C 3 {{something}} {{file_path}}`
- print the count of matches instead of the matching text
- print the count of matches instead of the matching text
`grep -c {{something}} {{file_path}}`