Filtering

Peco – A command line tool

Submitted by Craig on Wed, 23/08/2017 - 12:06

Peco is great little command line tool for interactively filtering log files, tail output, process lists etc… Similar to grep in the way you might want to use it to locate items of interest based on either literal text or a regular expression. The project is hosted on Github: https://github.com/peco/peco

Peco’s real power is in the interactive way in which it filters as you type, which is great if your tracking something down and do not initially know exactly what it is your looking for.