bug#70860: Add an option to remove filenames for wc util

2024-05-10 Thread Chris Elvidge
Yes, but if you do it (do you easily sort out which line refers to which file? On 10/05/2024 at 20:52, Laurent Lyaudet wrote: No, it works also with many files. Hello, Best regards, Laurent Lyaudet Le ven. 10 mai 2024, 18:47, Chris Elvidge <mailto:celvidge...@gmail.com>>

bug#70860: Add an option to remove filenames for wc util

2024-05-10 Thread Chris Elvidge
upon it if needed. Best regards, Laurent Lyaudet -- Chris Elvidge

bug#70418: ls bug

2024-04-16 Thread Chris Elvidge
are orthogonal. GNU ls is an odd hybrid of 7th Edition and FreeBSD and messes this up. Rather than document the hybrid mess, let's bite the bullet and fix it. FreeBSD behavior makes more sense, so let's do that. Proposed patch attached. -- Chris Elvidge

bug#70418: ls bug

2024-04-16 Thread Chris Elvidge
precedence. -- Chris Elvidge

bug#70219: Bug/Issue with timeout and signals

2024-04-06 Thread Chris Elvidge
ingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." -- Chris Elvidge 5 Ebor Park, Appleton Roebuck, York, Nor

bug#70219: Bug/Issue with timeout and signals

2024-04-05 Thread Chris Elvidge
tools! Regards, B -- Chris Elvidge

bug#64326: Some more info about rm bug

2023-06-28 Thread Chris Elvidge
ug will work on most of utilities like cat, cp etc This is simply how argument parsing and shell syntax work. 'rm \-abc' is equivalent to just 'rm -abc', which is parsed as 'rm -a -b -c'. To delete a file with a dash at the start of its name, use 'rm ./-file' and similar. Hope that helps, have a lovel

bug#60215: tail -c +XX on newer coreutils wants FILE

2022-12-20 Thread Chris Elvidge
-c13 <<<'tessdfdsdsfdsfdsfdsfsdft' sfdsfdsfsdft [0] slack15-a!chris:(pts/1):Tue 20 Dec 2022 11:55 am GMT:/home/chris $ tail -c13 <<<'tessdfdsdsfdsfdsfdsfsdft' | hexdump -c 000 s f d s f d s f s d f t \n 00d -- Chris Elvidge

bug#58468: bug in my tr, version (GNU coreutils) 9.1

2022-10-12 Thread Chris Elvidge
On 11/10/2022 23:47, Anton Wessel wrote: in OS KNOPPIX 9.1 your email: + Verzeichnis: Anton_Wessel@t-onli…/INBOX Betreff: Welcome to the "Bug-coreutils" mailing list (Digest mode) Von: bug-coreutils-requ...@gnu.org An: anton_wes...@t-online.de Datum: 12. Okt. 00:19 Reply-To:

bug#57834: Date Command Anomaly

2022-09-23 Thread Chris Elvidge
erating system is opensuse leap 15.2: Linux version 5.3.18-lp152.106-default (geeko@buildhost) (gcc version 7.5.0 (SUSE Linux)) #1 SMP Mon Nov 22 08:38:17 UTC 2021 (52078fe) Martin Hughes A bit late to the party weren't you? Martin acknowledged it was GMT/BST transition, on 15th September. -- Chris Elvidge

bug#52656: (id) utility bug found

2021-12-19 Thread Chris Elvidge
the changes ! That looks up the latest definition of 'user1' In a nutshell, ‘id’ --> does not show the changes while ‘id user1’ shows the changes and its behavior is correct. -- Chris Elvidge

bug#52115: Suggestion: LN command should swap TARGET and LINK_NAME if LINK_NAME already exists

2021-11-29 Thread Chris Elvidge
s] TARGET [LINK_NAME]'; the TARGET is really the source, which obviously must exist. A TARGET is really something you aim at. Perhaps it should be changed to 'ln [options] source [link]' -- Chris Elvidge

bug#52115: Suggestion: LN command should swap TARGET and LINK_NAME if LINK_NAME already exists

2021-11-29 Thread Chris Elvidge
ed a left side argument! Bob Windows mklink command already does this - yes, it's annoying. -- Chris Elvidge

bug#52122: mv: deletes src file on error

2021-11-26 Thread Chris Elvidge
. Didn't reproduce this (as root). mv (GNU coreutils) 8.32.179-c7577 Kind regards, Frank -- Chris Elvidge

bug#50432: DF shows incorrect disk usage which include disk usage of a mounted path

2021-09-06 Thread Chris Elvidge
on I searched in stackoverflow and other place and only find some issues about `df and du show different` problem. I am not sure which is my case. Thanks. Best regards, Paco 本邮件及附件含 DaoCloud 保密信息,仅限发送给上面地址中列出的个人或群组,禁止任何其他人以任何形式使用本邮件中的信息。若误收本邮件,请务必通知发送人并直

bug#47476: relative date of -1 month shows the wrong month

2021-03-30 Thread Chris Elvidge
021-03-02 09:37:17 $ dateadd now -1mo -f"%Y-%m-%d %H:%M:%S" 2021-02-28 09:37:27 -- Chris Elvidge

bug#47353: Numbered backups also need kept-new-versions else will grow out of control

2021-03-24 Thread Chris Elvidge
On 23/03/2021 11:43 pm, Dan Jacobson wrote: Or (info "(coreutils) Backup options") should "admit" that "Numbered backups need to be trimmed occasionally by the user, lest the fill up the disk." So 'use common sense to limit disk space used' has to be stat

bug#46346: wc --human-readable or --verbose

2021-02-06 Thread Chris Elvidge
saying 234M... yet. Or: wch () { [[ "$1" && -f "$1" ]] || return 1; awk '{print "file:\t"$5"\nlines:\t"$1"\nwords:\t"$2"\nchars:\t"$3"\nbytes:\t"$4}' < <(wc -lwcm $1); } -- Chris Elvidge

bug#44959: date error message should say -I

2020-11-30 Thread Chris Elvidge
s seconds ns? (Could it also parse for mins secs?) But used as a separate option if not parsed as an argument? Is this too difficult? Cheers -- Chris Elvidge

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Chris Elvidge
al user.email "celvidge...@gmail.com" git config --global user.name "Chris Elvidge" git commit -m 'build: update gnulib submodule to latest' gnulib 2>&1 | tee -a $outfiles/out_commit.1.txt # Berny's addition git clean -xdfq && ./bootstrap 2>&1 | tee -a

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Chris Elvidge
d889b-dirty Thanks again Cheers On 21/11/2020 06:14 pm, Akim Demaille wrote: Hi Chris, I saw nothing suspicious about Bison in the logs you sent. Le 21 nov. 2020 à 18:33, Chris Elvidge a écrit : CC lib/parse-datetime.o In file included from lib/gettext.h:26:0,

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Chris Elvidge
These are the commands as run: git clone git://git.sv.gnu.org/coreutils cd coreutils ./bootstrap | tee -a out_bootstrap.1 git submodule foreach git pull origin master git config --global user.email "celvidge...@gmail.com" git config --global user.name "Chris Elvidge" git comm

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Chris Elvidge
Still no luck. Same error in parse-datetime.y Cheers On 21/11/2020 01:17 pm, Bernhard Voelker wrote: On 11/20/20 5:38 PM, Chris Elvidge wrote: Reran the whole thing from git clone etc. ( git clone git://git.sv.gnu.org/coreutils cd coreutils ./bootstrap git submodule foreach git pull origin

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-21 Thread Chris Elvidge
./configure TIME_T_32_BIT_OK=yes - didn't make any difference. I'm going to try again from scratch. I'll let you know. On 21/11/2020 01:17 pm, Bernhard Voelker wrote: On 11/20/20 5:38 PM, Chris Elvidge wrote: Reran the whole thing from git clone etc. ( git clone git://git.sv.gnu.org/coreutils

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Chris Elvidge
Updated to bison 3.7; installed in /usr/local/bin Unfortunately, still the same error Logged off/on, disabled /usr/bin/bison and yacc, rebooted. No go. Thanks. On 20/11/2020 02:47 pm, Pádraig Brady wrote: On 20/11/2020 14:19, Chris Elvidge wrote: I keep getting ./lib/stdlib.h:695:5: error

bug#44763: Error when 'make'ing latest version of coreutils

2020-11-20 Thread Chris Elvidge
n the latest version of coreutils. Slackware 14.2 : 32-bit : VBox VM I did: git clone git://git.sv.gnu.org/coreutils ./bootstrap git submodule foreach git pull origin master git config --global user.email "celvidge...@gmail.com" git config --global user.name "Chris Elvidge" git c

bug#44704: uniq: replace repeated lines with a message about how many repeated lines

2020-11-18 Thread Chris Elvidge
$R" ] && { ((N++)); continue; } [ "$N" -gt 0 ] && { echo "[Previous line repeated $N times]"; N=0; } R="$L" echo "$L" done <$1 } -- Chris Elvidge

bug#43541: minor bug in GNU coreutils 8.30: pwd --version doesn't work

2020-09-20 Thread Chris Elvidge
On 20/09/2020 09:49 pm, Nikolay wrote: GNU coreutils 8.30 $ pwd --version bash: pwd: --: invalid option pwd: usage: pwd [-LP] $ man pwd ... --version output version information and exit Try: /bin/pwd --version And: help pwd Is there a difference? -- Chris Elvidge

bug#41075: Changes to 'ls' output

2020-05-04 Thread Chris Elvidge
142!chris:(pts/2):Sun 03 May 2020 01:59 pm BST:/home/chris/bin -- Chris Elvidge 5 Ebor Park, Appleton Roebuck, York. YO23 7DZ. Tel (Mob): +447443472958 mailto:celvi...@outlook.com Calle Padre Raimundo Codesal 1, Vélez-Málaga, 29700, España