Package: moreutils
Version: 0.40
Severity: wishlist

cgrep(1) is a tool to grep the output of a command, and if we find the
text we're looking for (or find any text we're not looking for, when
running with -v), we output the full stdout and stderr and exit with the
same status as the running process.

This is using IPC::Run, it's much, much simpler to do it using IPC::Run
than IPC::Popen3.  (In fact, it's so much easier that if I were to use
IPC::Open3, I'd probably just write it in C instead.)

The script is attached.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

Attachment: cgrep
Description: Binary data

Reply via email to