Skip to content

grep not working #166

@sathish-t

Description

@sathish-t

Hi developers,

Thanks for a great tool. I've noticed that grep using patterns from a file does not work.

echo "hello" > a.txt
echo "hello2" > b.txt
grep -F -f a.txt b.txt
# produces hello2

in justbash.dev:

$ echo "hello" > a.txt
$ echo "hello2" > b.txt
$ grep -F -f a.txt b.txt
grep: invalid option -- 'f'
$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions