5 lines
323 B
Plaintext
Executable File
5 lines
323 B
Plaintext
Executable File
echo "foo=bar a=14 baz=\"hello kitty\" cool%story=bro f %^asdf" | bin/logfmt
|
|
cat examples/file | bin/logfmt
|
|
echo "foo=bar a=14 baz=\"hello kitty\" cool%story=bro f %^asdf" | bin/logfmt | bin/logfmt -r
|
|
echo "foo=bar a=14 baz=\"hello kitty\" cool%story=bro f %^asdf" | bin/logfmt | bin/logfmt -r | bin/logfmt | bin/logfmt -r
|