Debian Almquist Shell: Difference between revisions

From Rosetta Code
Content added Content deleted
m (moved Debian Almquist SHell to Debian Almquist Shell: The uppercase H impedes the linking and the searching.)
(Add description of added features.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{implementation|UNIX Shell}}
{{implementation|UNIX Shell}}
This is a variant of [[Almquist Shell]], which ships as <tt>/bin/sh</tt> on Debian Linux systems. It has a few non-POSIX convenience features added to the original ash, including <tt>echo -n</tt> (echo without newline; the POSIX equivalent is <tt>printf</tt>) and the ability to combine <tt>test</tt> expressions with the Boolean operators <tt>-a</tt> (AND) and <tt>-o</tt> (OR).
[[wp:Debian Almquist shell]]

[[wp:Debian Almquist shell|Debian Almquist shell]] at Wikipedia

Latest revision as of 20:07, 20 September 2022

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