Re: On Translation Issues

2024-02-29 Thread Benno Schulenberg
Op 29-02-2024 om 00:43 schreef Jean-Christophe Helary: LLMs do *not* provide “more up to date and varied translations”. They provide “probable strings that they do not understand, but it looks human enough that a human can be tricked into thinking that a human who understands the subject matter

[PATCH] mv: add --swap (-s) option to atomically swap 2 paths

2024-02-29 Thread Petr Malat
renameat2() syscall allows atomically swapping 2 paths on one file system. Expose this ability to the user using -s option. * NEWS: Mention the new option * doc/coreutils.texi: Describe mv -s option * src/mv.c: Introduce -s option * tests/local.mk: Include new mv-s.sh test * tests/mv/mv-s.sh: Add