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
|
```sh
|
||||||
grep '^(.*)\1$' file
|
grep ^(.*)\1$ file
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
var=$(myfunction value)
|
var=myfunction(value)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user