Debian Almquist Shell

From Rosetta Code
(Redirected from Debian Almquist SHell)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Debian Almquist Shell is an implementation of UNIX Shell. Other implementations of UNIX Shell.

This is a variant of Almquist Shell, which ships as /bin/sh on Debian Linux systems. It has a few non-POSIX convenience features added to the original ash, including echo -n (echo without newline; the POSIX equivalent is printf) and the ability to combine test expressions with the Boolean operators -a (AND) and -o (OR).

Debian Almquist shell at Wikipedia