bug#67690: Bug in command sort?

2023-12-07 Thread Pádraig Brady
tag 67690 notabug close 67690 stop On 07/12/2023 14:36, Oleg Moiseichuk via GNU coreutils Bug Reports wrote: Hello! I've got a list of IP addresses, each of them is prepended by its frequency counter (please find attached in the file list-1.txt). I need to sort them from most frequent to

bug#67680: nohup is not giving immunity to SIGHUP

2023-12-07 Thread Pádraig Brady
tag 67680 notabug close 67680 stop On 07/12/2023 08:13, Bob Hepple wrote: $ nohup --version nohup (GNU coreutils) 9.3 $ uname -a Linux achar-void 6.5.12_1 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 18:31:50 UTC 2023 x86_64 GNU/Linux This is on void, but it also behaves the same on fedora-38 I have

bug#67690: Bug in command sort?

2023-12-07 Thread Oleg Moiseichuk via GNU coreutils Bug Reports
Hello! I've got a list of IP addresses, each of them is prepended by its frequency counter (please find attached in the file list-1.txt). I need to sort them from most frequent to least. I tried using this command: sort -t '.' -n -k 1.1,1.8r -k 1.9 -k 2,2 -k 3,3 -k 4,4 list-1.txt But I've got

bug#67680: nohup is not giving immunity to SIGHUP

2023-12-07 Thread Bob Hepple
$ nohup --version nohup (GNU coreutils) 9.3 $ uname -a Linux achar-void 6.5.12_1 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 18:31:50 UTC 2023 x86_64 GNU/Linux This is on void, but it also behaves the same on fedora-38 I have extracted a minimal example - it looks like a stupid thing to do but it