]> err.no Git - moreutils/commit
Moreutils: Added ifne
authorJavier Merino <cibervicho@gmail.com>
Thu, 20 Mar 2008 12:03:26 +0000 (13:03 +0100)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 20 Mar 2008 16:55:40 +0000 (12:55 -0400)
commit752a84ae61dd1c37dec9a1cb0d30e8c27db1994a
tree62711871951ab4be775d44cc62098fe1d7ea93e8
parent33a313d03913e33ca8b8803caeb70baa8486ce32
Moreutils: Added ifne

Hi, I read the suggestion about ifne in the Discussion page of
moreutils and found it interesting. It's a command that runs another
process if the standard input is not empty. I think it can be very
useful in admin scripts so I've implemented it. I attach a patch
against the current head of moreutils' git. You may include it in
moreutils if you think it's worth it.

I've considered making an "ifempty" or "ifne -v" that would run a
command if the standard input is empty, but I'm not sure if that could
be useful. Any comments will be appreciated. Regards,

Javi
Makefile
README
debian/control
ifne.c [new file with mode: 0644]
ifne.docbook [new file with mode: 0644]