[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-05 Thread B
Follow-up Comment #2, bug #27373 (project coreutils): I've traced this to a dodgy distro patch. Feel free to close the ticket. Sorry to bother you. ___ Reply to this item at: _

Re: Debian's at(1) is so bad, what does GNU use?

2004-12-27 Thread Daniel B.
Alfred M. Szmidt wrote: A> nohup sh -c "(sleep 100h; move-my-toes)" & Yeah, never rebooted where you live. Does at survive a reboot? Of course. Daniel ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-co

bug#9477: Bug while configure run

2011-09-11 Thread basavaraj b
akefile.am -- I do not have any idea on solving this error as I am very naive to Linux world. Request you to help me ASAP. Thanks in Advance, Regards, Basavaraj B

bug#9477: Bug while configure run

2011-09-12 Thread basavaraj b
Hi, Thanks for your mail! Error is solved as I had a CR at the end of tr line. Thanks for your support once again. Regards, Basavaraj B On Mon, Sep 12, 2011 at 4:44 AM, Paul Eggert wrote: > On 09/11/11 10:06, basavaraj b wrote: > > > I need your quick help for the below mentioned

bug#9490: Error in Coreutils-8.12

2011-09-12 Thread basavaraj b
Hi, I have another error facing while running ./configure. Below is the error thrown: *configure: error: could not determine how to read list of mounted file systems* * * Request you to provide me the solution for the above error. Thanks & Regards, Basavaraj B

bug#9971: ES doc

2011-11-06 Thread basavaraj b
Hi Team, Can you please send me an ES document of coreutils if you have? Thanks, Basavaraj B

bug#25398: stty: bug or feature?

2017-01-08 Thread Dave B
gs, and only open the port when all the specified parameters are actualy in force? Plus, is the cdtrdsr parameter actually allowed to b negated, as specified in the man pages. I and many have found, that if you "do something" with the port, specifying -hucpl, as the system boots, though at

bug#25398: stty: bug or feature?

2017-01-11 Thread Dave B
On 08/01/17 20:08, Pádraig Brady wrote: > On 08/01/17 18:14, Dave B wrote: >> Hi. >> >> While arranging to automate the startup and shutdown of my ham radio >> station, for safe remote control use, attempting to do as much as >> possible with native Linux comma

bug#65342: In Ubuntu 22.04 (unlike 20.04), sorting doesn't work properly

2023-08-16 Thread Pl B
Source file: rs1009150173,100202244031 rs1009150172,13853975996 rs1009150170,54321425962 rs1009150171,11378896079 rs1009150,171582090052 Ubuntu 20.04.5: sort -t ',' /path/to/rs_srt_exp.txt rs1009150,171582090052 rs1009150170,54321425962 rs1009150171,11378896079 rs1009150172,13853975996 rs100915017

bug#72617: sort -n loses lines.

2024-08-14 Thread Simon B
Hallo, The output of my grep command is: # grep -i "sshd" /root/access.report | egrep -o '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0- 9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)' 64.227.127.122 172.169.5.249 172.169.6.164 1

bug#72617: sort -n loses lines.

2024-08-14 Thread Simon B
On Wed, 14 Aug 2024 at 11:48, Pádraig Brady wrote: > > tag 72617 notabug > close 72617 > stop > > On 14/08/2024 09:43, Simon B wrote: > > Hallo, > > > > The output of my grep command is: > > > > # grep -i "sshd" /root/access.report

bug#9116: Bug in unexpand --all of

2011-07-18 Thread Hallvard B Furuseth
Unexpand --all of <7 printables, 2-8 spaces, tab, word> loses a tab. perl -lwe 'print 1234567, " " x $_, "\t$_" for (1..9)' | unexpand --all --> 1234567 1 1234567 2 1234567 3 1234567 4 1234567 5 1234567 6 1234567 7 1234567 8 1234567 9 Coreutils-8.12. Old bug, has existed

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Hallvard B Furuseth
Pádraig Brady writes: > Actually POSIX is quite specific and my reading > is that a space before tabstop should be preserved > iff it's the only blank before tabstop and it > isn't followed by another blank. > > In that sense, both i18n patched unexpand > and current coreutils get this wrong. Cor

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Hallvard B Furuseth
Hallvard B Furuseth writes: > Coreutils 5.12 gets that right in my test: > 1st output line is "12345671". Oops, coreutils 8.12. > But now that you mention it, an option to never > output the sequence would be nice. -- Hallvard

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Hallvard B Furuseth
Pádraig Brady writes: >On 19/07/11 08:13, Hallvard B Furuseth wrote: >> Coreutils 5.12 gets that right in my test: >> 1st output line is "12345671". > > That's incorrect according to POSIX. > The space should be converted to tab as > it's followed b

bug#15423: error while executing du -shc

2013-09-20 Thread Ajeesh B Kannan
: invalid option -- - Try `du --help' for more information. [/home]# cat /etc/redhat-release CloudLinux Server release 5.9 (Sergey Oleynikov) Please help me. -- *AJEESH B KANNAN *

bug#13071: Date and month ago

2012-12-03 Thread Tuc at T-B-O-H
Hi, Running into a problem with date and month... --- #!/bin/bash function example { rptdate=$(date +%Y-%m-%d -d "$1 -6 months") echo "6 months ago from $1 is ${rptdate}" } example 2012-09-30 example 2012-10-31 example 2012-10-

Filename pattern in grep --include=....

2006-02-01 Thread Com MN PG P E B Consultant 3
>From the grep man-page: --include=PATTERN Recurse in directories only searching file matching PATTERN. What type of PATTERN can be used here (i.e. glob, regex, extended regex, etc.)? For example, I want to search recursively below a directory D, but want to check only files