bug#61537: [Bug-coreutils] 'cp -au' re-copies (removes and relinks) hard links that are up to date

2023-02-15 Thread Antonio Diaz Diaz
7;cp -au', it removes and relinks 'dest/b' in spite of it already being a link to 'dest/a': $ cp -auv src/* dest removed 'dest/b' But with 'cp' from coreutils 8.11, 'dest/b' was not recopied: $ /tmp/coreutils-8.11/src/cp -auv src/* dest $ Can current 'cp' be fixed so that it notices that the destination is already updated, and thus avoids removing and relinking it, just as it did in coreutils 8.11? Thanks, Antonio.

bug#59262: Dash instead of two hyphens in manual

2022-11-15 Thread Antonio Diaz Diaz
Thank you Paul and Pádraig for the quick and comprehensive fix! Way beyond what I noticed and reported, in fact. Antonio.

bug#59262: Dash instead of two hyphens in manual

2022-11-14 Thread Antonio Diaz Diaz
on names should be inserted in an @option or @code command? [1] http://www.gnu.org/software/coreutils/manual/html_node/Common-options.html Thanks, Antonio.

bug#24436: [PATCH] dircolors: highlight Motion JPEG multimedia files

2016-11-14 Thread Antonio Ospite
On Wed, 14 Sep 2016 16:13:26 +0200 Antonio Ospite wrote: > * src/dircolors.hin: Add .mjpg and .mjpeg multimedia files. > --- > Ping. > Please CC me on reply, I am not subscribed. > > Thanks, >Antonio > > src/dircolors.hin | 2 ++ > 1 file changed, 2 inser

bug#24436: [PATCH] dircolors: highlight Motion JPEG multimedia files

2016-09-14 Thread Antonio Ospite
* src/dircolors.hin: Add .mjpg and .mjpeg multimedia files. --- Please CC me on reply, I am not subscribed. Thanks, Antonio src/dircolors.hin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 0be7988..3c00faf 100644 --- a/src/dircolors.hin

bug#22879: Typo on ls man page

2016-03-02 Thread Antonio Morell
human readable format (e.g., 1K 234M 2G) Hope it helps, cheers, Antonio -- ___ ___ _ _ __ / __| _ \ | | | | | | Antonio Morell | (_ | / |_| | |__| |__Grupo de Robótica de la \___|_|_\\___/||| Universidad de La Laguna Departamento de Ingeniería Informática y de

bug#15087: tail: unrecognized file system type 0​xf2f52010

2013-08-13 Thread Antonio Guillen
I am ​ ​ running ​ ​ gentoo with ​ ​ kernel 3.9.6 on x86_64 and coreutils 8.20 Related bugs: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11823 -- Antonio Guillén

touching "-"

2009-12-08 Thread antonio
$ touch - && echo ok ok $ ls - ls: cannot access -: No such file or directory $ touch -- - && echo ok ok $ ls - ls: cannot access -: No such file or directory $ : > - $ ls - -

printf(1) does not support argument swapping

2008-12-26 Thread Antonio Bonifati
Hi, I'm using coreutils 6.12 and bash 3.2.048. I notice command line versions of printf(1), both external (/usr/bin/printf) and internal (bash command) do not support argument swapping as printf(3) does. Reproduce with: $ printf '%2$s is %1$u years old' 31 Antonio bash: print

Re: Shred and symbolic links. People use it like a safer "rm" and get...

2008-10-01 Thread Antonio
I finally found the "wipe" program (http://abaababa.ouvaton.org/wipe/ , available in the Ubuntu/Kubuntu packages) that does what a normal user needs. By default: "wipe" will never follow symlinks and it has parameters like: -r recurse into subdirectories Will allow the removal

Re: Shred and symbolic links. People use it like a safer "rm" and get...

2008-09-24 Thread Antonio
> Consistency is more important. From some points of view this is behaviour more consistent. But, as the use case presented, when the normal user Peter has a temporary copy of a folder and executes "shred *"... for Peter it's more consistent shredding the content of the folder (and only this)

Shred and symbolic links. People use it like a safer "rm" and get...

2008-09-20 Thread Antonio
Dear sirs: (Excuse my English, thank you). The other day I destroyed an important file using shred, so I finally wrote to this list hoping someone changes something to prevent people from having the same damage. Let's define some use cases: - Joe has a folder "

df error

2008-03-26 Thread jose antonio arjona garzon
I don't understand why it does it. Can you help me please? Thanks, José Antonio Arjona ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Suggestion for 'sort' command

2006-02-14 Thread Antonio Jara
i'm not (yet) a developer. I'd like to be able to implementate this idea, but I've looked into sort.c and I felt completely lost. It would be nice that sort had an option to sort randomly the input, to do, for example, things like $ mplayer `ls music/* | sort --random` from console. Surely I've

Re: New tool for textutils

2003-03-30 Thread Antonio Diaz
Hello again. Jim Meyering wrote: Antonio Diaz <[EMAIL PROTECTED]> wrote: Recently i needed a tool for removing from a text file the lines However, I'm not sure it's worthwhile to write such a program in C when it can be done so concisely e.g., with Perl (for N=100): I agree i

New tool for textutils

2003-03-30 Thread Antonio Diaz
tell me. I'll send you the code, give copyright to the FSF, change the name of the program if necessary, etc. Regards. Antonio Diaz. ___ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils