We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156de3b commit c0e4d23Copy full SHA for c0e4d23
1 file changed
README.md
@@ -53,3 +53,8 @@ We can see there are actually 6 distinguished left-hand sides in zbMATH:
53
4) `\varepsilon = mc^2`
54
5) `e = mc^2`
55
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