aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2008-01-26 09:55:53 +0800
committerchinsan <chinsan@FreeBSD.org>2008-01-26 09:55:53 +0800
commitc6c77e1b5891ef6bf4c3bbb75d0bc9c83a2cc833 (patch)
tree0c8ea4ebb9f9500dec9afaeb76623e5188e4a96d /CVSROOT
parentcaa4ed8c480ba76d43147c00b53e90494af01163 (diff)
downloadfreebsd-ports-gnome-c6c77e1b5891ef6bf4c3bbb75d0bc9c83a2cc833.tar.gz
freebsd-ports-gnome-c6c77e1b5891ef6bf4c3bbb75d0bc9c83a2cc833.tar.zst
freebsd-ports-gnome-c6c77e1b5891ef6bf4c3bbb75d0bc9c83a2cc833.zip
pipestatus - source file for POSIX shell that allows
to obtain an exit status of every program in a pipe. MOTIVATION When we program in shell we often run pipes like this prog1 args1 | prog2 args2 | ... | progN argsN POSIX says that exit status of pipe is the exit status of LAST program in it, i.e. progN in our example. That is, exit status of all other programs in pipe is silently ignored. But in many situations exit status of all programs in pipe should be checked to make program robust. Some shells like BASH and ZSH have special extensions for doing this but POSIX shell unfortunately doesn't provide an EASY way for doing this. In order to solve the problem, described above pipestatus was written. WWW: http://sourceforge.net/projects/pipestatus/
Diffstat (limited to 'CVSROOT')
0 files changed, 0 insertions, 0 deletions