mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC1088 (markdown)
@@ -4,14 +4,14 @@
|
||||
|
||||
|
||||
```sh
|
||||
grep '^(.*)\1$' file
|
||||
grep ^(.*)\1$ file
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
|
||||
```sh
|
||||
var=$(myfunction value)
|
||||
var=myfunction(value)
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user