Add output filtering

This commit is contained in:
exu 2023-07-12 20:05:16 +02:00
parent 1a8ef43d10
commit d421dd788a

View File

@ -22,6 +22,14 @@ echo hello
[/shroot] [/shroot]
```` ````
To filter outputlines, prepend them with `(out)`.
Don't put a space between the keyword and the output
```
lsusb -d 0781:55a3 -v | grep bcdUSB
(out)bcdUSB 3.20
```
## Variables / Fill your own ## Variables / Fill your own
Values that should be replaced by the reader are generally represented this way: Values that should be replaced by the reader are generally represented this way: