Function conch_runtime::eval::redirect_append[][src]

pub fn redirect_append<W, E: ?Sized>(
    fd: Option<Fd>,
    path: W,
    env: &E
) -> Redirect<W::EvalFuture> where
    W: WordEval<E>,
    E: IsInteractiveEnvironment

Evaluate a redirect which will open a file in append mode.

If fd is not specified, then STDOUT_FILENO will be used.