You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 6 years ago | |
main.go | 6 years ago |
README.md
slg is structured log grep
Example:
$ echo "key=val key2=val key3=val" | slg key2
key2=val