Updated SC1088 (markdown)

Martin Bagge / brother
2020-06-10 09:07:50 +02:00
parent fcf3cbd120
commit 4cc732f102

@@ -4,14 +4,14 @@
```sh
grep '^(.*)\1$' file
grep ^(.*)\1$ file
```
or
```sh
var=$(myfunction value)
var=myfunction(value)
```