Skip to content

Fails with output redirection #1

@SnoringFrog

Description

@SnoringFrog

If any output redirection is used, errors are thrown and no following happens.

E.g.,

$ echo "blah" > dir/file
$ follow
-bash: syntax error near unexpected token `>'
-bash: arg_array: bad array subscript
follow: cannot follow to ""

$ echo "blah" 2>/dev/null
blah
$ follow
-bash: syntax error near unexpected token `2'
-bash: arg_array: bad array subscript
follow: cannot follow to ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions