Dear GNU Grep Maintainers,
I have upgraded to GNU grep version 3.11 and re-ran the test.
Unfortunately, the issue persists. Below are the detailed steps and the
transcript of the commands and their outputs:
### System Information:
- **Grep Version**: 3.11
- **Operating System**: Debian GNU/Linux
On 2024-05-17 05:52, Joseph Joshua wrote:
1. Run the following command as part of a build process: grep -r 'pattern'
/path/to/directory
Please give us a way to reproduce the bug; including the actual pattern
that you're using. Otherwise we won't be able to help.
Also, please reply to <71...@
Joseph Joshua writes:
$ ls -l /path/to/directory
total 4
-rw-r--r-- 1 user user 20 May 17 12:34 file1.txt
-rw-r--r-- 1 user user 15 May 17 12:34 file2.txt
drwxr-xr-x 2 user user 4096 May 17 12:34 subdir
Does this mean that the actual name of the directory is
/path/to/directo
Here are some notes and editorial fixes for the manual.
The patch is in the attachment.
-.-
The difference between the formatted outputs can be seen with:
nroff -man >
nroff -man >
diff -u
and for groff, using
"printf '%s\n%s\n' '.kern 0' '.ss 12 0' | groff -man -Z - "
instea