bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42623: fgrep -x -f problem


From: Arthur Goldberg
Subject: bug#42623: fgrep -x -f problem
Date: Thu, 30 Jul 2020 12:16:11 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

Hi Gnu grep folks

I believe that

fgrep -x -f file file

should output the contents of `file`. However, it outputs something very different for the attached file.

command:

fgrep -x -f dfba.py dfba.py > actual_output.txt

versions:

$ uname -a
Linux 8845f126fe89 4.19.76-linuxkit #1 SMP Thu Oct 17 19:31:58 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

$ fgrep --version
grep (GNU grep) 3.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and others, see <http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.

Thanks

Arthur

--
Arthur Goldberg
https://www.linkedin.com/in/arthurgoldberg
artgoldberg@gmail.com

Attachment: actual_output.txt
Description: Text document

Attachment: dfba.py
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]