Skip to content

Commit c0e4d23

Browse files
authored
Update README.md
1 parent 156de3b commit c0e4d23

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ We can see there are actually 6 distinguished left-hand sides in zbMATH:
5353
4) `\varepsilon = mc^2`
5454
5) `e = mc^2`
5555
6) `hv = mc^2`
56+
57+
If you have `parallel` installed, you can speed up the process. For example:
58+
```bash
59+
find . -type f | parallel 'grep "mrow(mi:E,mo:=,mrow(mi:m.*;[[:digit:]]*;..*;[3456789]$" {}' 2>/dev/null | awk '{print $1}'
60+
```

0 commit comments

Comments
 (0)