Wrangle log data in cli with pb
We released pb
, a modern, fast and intuitive CLI for log management couple of months ago. pb
is built for developers who like the comfort of their terminal. Log data is primarily textual, and hence it was important that pb
is pluggable via the linux pipe |
to other text manipulation tools like grep
, awk
, sed
etc.
In this post, we will see how pb
can be used to wrangle log data in the terminal. We'll also explore the new pb tail
command to see how it can be used to tail logs in the terminal.