Add output filtering
This commit is contained in:
parent
1a8ef43d10
commit
d421dd788a
@ -22,6 +22,14 @@ echo hello
|
||||
[/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
|
||||
|
||||
Values that should be replaced by the reader are generally represented this way:
|
||||
|
Loading…
Reference in New Issue
Block a user