mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2011 (markdown)
@@ -13,7 +13,7 @@ find . -maxdepth 1 -print0 | xargs -0 -n1 wc -w
|
||||
```
|
||||
|
||||
```sh
|
||||
find . -maxdepth 1 -type f -exec wc -w {} \;
|
||||
find . -maxdepth 1 -exec wc -w {} \;
|
||||
```
|
||||
|
||||
### Rationale:
|
||||
|
Reference in New Issue
Block a user