execline
Software
www.skarnet.org

The if program

if performs conditional execution.

Interface

     if [ -n ] [ -t ] ~prog1... ; prog2...
or in an execlineb script:
     if [ -n ] [ -t ] { prog1... } prog2...

Options

Notes