Macro bash_builtins::error[][src]

macro_rules! error {
    ($($arg : tt) +) => { ... };
}
Expand description

Macro to use error() with a format string.

Example

See the example in the warning!() documentation.