Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > System > Shells

    pipestatus 0.6.0

    Download button

    Downloads: 712  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    11 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Aleksey Cheusov | More programs
    Public Domain / FREE
    September 14th, 2009, 07:55 GMT [view history]
    ROOT / System / Shells

     Read user reviews (0)  Refer to a friend  Subscribe

    pipestatus description

    pipestatus is a source file for UNIX/POSIX shell that allows you to obtain an exit status of every program in a pipe.

    pipestatus is a source file for UNIX/POSIX shell that allows you to obtain an exit status of every program in a pipe.

    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.

    What's New in This Release:

    · 'check_status_re' and therefore 'runpipe_re' use 'grep -E' instead of 'grep' in order to simplify regexp that contains >=2 digit exit statuses.

    NOTE: Formally speaking this breaks backward compatibility.

    · If PIPESTATUS_VERBOSE variable is set to non-empty string, then check_status0 and check_status_re functions print an error message to stderr.



    Product's homepage

    What's New in This Release: [ read full changelog ]

    · Symbols such as "'`*?&|; are correctly escaped before being sent to eval.
    · As a result, all these symbols are allowed in commands.
    · Support for the /bin/sh of Solaris was added.

      


    TAGS:

    exit status | POSIX shell | UNIX shell | UNIX | POSIX | shell

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM