execline
Software
www.skarnet.org

The if program

if performs conditional execution.

Interface

     if [ -X ] [ -n ] [ -t | -x exitcode ] ~prog1... ; prog2...

or in an execlineb script:

     if [ -X ] [ -n ] [ -t | -x exitcode ] { prog1... } prog2...

Options

Notes