Update README.md
Browse files
README.md
CHANGED
|
@@ -80,6 +80,7 @@ But the current versions like we said are pretty rough for now.
|
|
| 80 |
|
| 81 |
Our latest tests resulted in this:
|
| 82 |
|
|
|
|
| 83 |
$ ls
|
| 84 |
touch log_4
|
| 85 |
cat log_4 | grep data
|
|
@@ -91,6 +92,7 @@ STEP1: execute(cat log_4) -> output=""
|
|
| 91 |
STEP2: pipe_to(grep data, input="")
|
| 92 |
-> filtered=0 lines
|
| 93 |
cat log_4 | head
|
|
|
|
| 94 |
|
| 95 |
This is from LaaLM-v2.
|
| 96 |
|
|
|
|
| 80 |
|
| 81 |
Our latest tests resulted in this:
|
| 82 |
|
| 83 |
+
```
|
| 84 |
$ ls
|
| 85 |
touch log_4
|
| 86 |
cat log_4 | grep data
|
|
|
|
| 92 |
STEP2: pipe_to(grep data, input="")
|
| 93 |
-> filtered=0 lines
|
| 94 |
cat log_4 | head
|
| 95 |
+
```
|
| 96 |
|
| 97 |
This is from LaaLM-v2.
|
| 98 |
|