Dash

Type Alias Dash 

Source
pub type Dash = Sh;
Expand description

Dash accepts the same quoted/escaped strings as /bin/sh – indeed, on many systems, dash is /bin/sh – hence this is an alias for Sh.

Aliased Type§

pub struct Dash;