Skip to content

Fails with output redirection #1

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 ""

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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