Hello,
in my work, I encountered a possible error in the grep program.
$ grep -V
grep (GNU grep) 3.4
1) The initial list of IP addresses in the file is formed start_list.txt .
2) Must be removed from the list start_list.txt IP addresses using a
larger file exclude_list.txt
grep -vF --file=exclu
On 6/8/23 04:27, Василий Алексеенко wrote:
1) The initial list of IP addresses in the file is formed start_list.txt .
2) Must be removed from the list start_list.txt IP addresses using a
larger file exclude_list.txt
grep -vF --file=exclude_list.txt start_list.txt > list_grep.txt
The line '10
Hi,
with glibc-2.37.9000 (Fedora rawhide / 39):
test-strtoll.c:290: assertion 'ptr == input + 1' failed
test-strtoull.c:289: assertion 'ptr == input + 1' failed
All other tests pass. Problem is not reproducible with glibc-2.36
thanks & regards
Jaroslav