coreutils archive search

Search String: Display: Description: Sort:

Results:

References: [ rename: 304 ]

Total 304 documents matching your query.

1. [PATCH 0/7] Reorganization of the coreutils test harness (score: 501)
Author: HIDDEN
Date: Thu, 30 Aug 2012 14:13:06 +0200
In part it is in preparation for the merging of tests/Makefile into the too-level makefile, but mostly it's a "while at it" refactoring (introducing, among other things, a more idiomatic usage of the
/archive/html/coreutils/2012-08/msg00184.html (66,299 bytes)

2. Re: [PATCH] rename: move command from util-linux to coreutils (score: 121)
Author: HIDDEN
Date: Tue, 24 Dec 2013 22:29:40 +0000
Seasons greetings, This is a resubmission[1][2] of the rename(1), with attempt to move it from util-linux package to coreutils. Various compiler warnings are removed, make syntax-check passes, --test
/archive/html/coreutils/2013-12/msg00157.html (57,065 bytes)

3. [PATCH] rename: move command from util-linux to coreutils (score: 120)
Author: HIDDEN
Date: Tue, 24 Dec 2013 22:28:24 +0000
The implementation is completely rewrote without chaning existing command line syntax. This implementation adds --exec option, which will allow use of a string manipulation command, such as 'tr' or '
/archive/html/coreutils/2013-12/msg00156.html (42,207 bytes)

4. rename: move command from util-linux to coreutils (score: 112)
Author: HIDDEN
Date: Sat, 9 Jun 2012 22:19:23 +0200
Hello, The next coreutils and util-linux releases are going to be made close to each others to avoid 'su' coming from multiple source, or being missing. At same go moving 'rename' could make sense. I
/archive/html/coreutils/2012-06/msg00021.html (41,881 bytes)

5. Re: rename: move command from util-linux to coreutils (score: 48)
Author: HIDDEN
Date: Mon, 09 Jul 2012 15:27:11 +0200
Hi Sami, Thanks for the fixes. There is too much new and untested code to include this new program in the upcoming release. A few things should be changed regardless. For consistency with other GNU t
/archive/html/coreutils/2012-07/msg00014.html (9,191 bytes)

6. Re: rename command (score: 44)
Author: HIDDEN
Date: Tue, 28 Jun 2011 12:21:03 +0200
BSD has a bit more advanced rename. http://rename.berlios.de/ I guess that is not much in use because the only version of on line manual page I found was in Google cache. http://webcache.googleuserco
/archive/html/coreutils/2011-06/msg00091.html (7,662 bytes)

7. mv command usability: rename file and create dest dir (score: 43)
Author: HIDDEN
Date: Sat, 1 Jul 2023 15:12:13 +0300
To rename a file a user need to use mv command and specify the DEST dir: mv /some/very/long/path/file /some/very/long/path/ This makes it not so easy to use when typing a command but also makes a scr
/archive/html/coreutils/2023-07/msg00000.html (6,895 bytes)

8. Re: rename command (score: 43)
Author: HIDDEN
Date: Sat, 2 Jul 2011 17:56:39 +0200
Sounds reasonable. After hearing what you and others has said I made couple modifications to the command. o Support recursion. o Support input from stdin, and have a switch for null terminated names.
/archive/html/coreutils/2011-07/msg00001.html (7,963 bytes)

9. Re: rename("a", "b") would not always remove "a" on success. ?!! (score: 42)
Author: HIDDEN
Date: Fri, 28 Oct 2011 09:58:27 -0600
We already have. And POSIX 2008 already acted on that. While you quoted rename(2) (which was intentionally not changed), you forgot to also read the POSIX wording on mv(1): http://pubs.opengroup.org/
/archive/html/coreutils/2011-10/msg00092.html (9,221 bytes)

10. Re: rename("a", "b") would not always remove "a" on success. ?!! (score: 42)
Author: HIDDEN
Date: Fri, 28 Oct 2011 09:42:09 -0600
'If the old argument and the new argument resolve to either .... or different directory entries for the same existing file, rename() shall return successfully and perform no other action.' It's incre
/archive/html/coreutils/2011-10/msg00090.html (10,153 bytes)

11. Re: rename("a", "b") would not always remove "a" on success. ?!! (score: 42)
Author: HIDDEN
Date: Fri, 28 Oct 2011 16:32:00 +0100
mv is from coreutils BTW. Here is the related comment from the source: "Set *UNLINK_SRC if we've determined that the caller wants to do `rename (a, b)' where `a' and `b' are distinct hard links to th
/archive/html/coreutils/2011-10/msg00089.html (8,960 bytes)

12. Re: rename command (score: 42)
Author: HIDDEN
Date: Mon, 27 Jun 2011 20:31:26 +0200
2011/6/27 Pádraig Brady <address@hidden>: That is true as well. To be honest if the command would not already exist it should not be taken to any package. Now when it already is in use making it goo
/archive/html/coreutils/2011-06/msg00086.html (8,304 bytes)

13. Re: rename command (score: 42)
Author: HIDDEN
Date: Mon, 27 Jun 2011 17:26:48 +0100
Well it's not linux specific. So I suppose it fits more here, than in util-linux. I've never used rename actually, instead using find | sed | sh in the rare times I've had to do something like this.
/archive/html/coreutils/2011-06/msg00083.html (7,413 bytes)

14. [PATCH] tests: avoid rare race in tail-2/F-vs-rename.sh (score: 39)
Author: HIDDEN
Date: Fri, 17 Sep 2021 13:37:30 +0100
* tests/tail-2/F-vs-rename.sh: Keep stdout and stderr separate, so that interspersion doesn't impact regex checks. Also wait for each file's data to be printed to avoid multiple writes to a file to b
/archive/html/coreutils/2021-09/msg00071.html (7,332 bytes)

15. Re: rename command (score: 39)
Author: HIDDEN
Date: Tue, 28 Jun 2011 11:48:10 +0200
Hi, I don't think this is really portable, the 'p' prefix was added to fix Debian bug #304705. In fact I don't know if, where and under which name this rename Perl script can be found in other distri
/archive/html/coreutils/2011-06/msg00090.html (6,841 bytes)

16. [PATCH 01/12] maint: rename md5sum.c to more general digest.c (score: 38)
Author: HIDDEN
Date: Sun, 12 Sep 2021 19:13:55 +0100
md5sum.c will be the base for all digest functions, so rename accordingly. * src/md5sum.c: Rename to ... * src/digest.c: ... renamed from md5sum.c * scripts/git-hooks/commit-msg: Allow digest: commit
/archive/html/coreutils/2021-09/msg00034.html (8,685 bytes)

17. [PATCH 1/8] maint: rename md5sum.c to more general digest.c (score: 38)
Author: HIDDEN
Date: Tue, 7 Sep 2021 16:45:24 +0100
md5sum.c will be the base for all digest functions, so rename accordingly. * src/md5sum.c: Rename to ... * src/digest.c: ... renamed from md5sum.c * scripts/git-hooks/commit-msg: Allow digest: commit
/archive/html/coreutils/2021-09/msg00007.html (8,148 bytes)

18. [PATCH 2/4] shred: avoid rename race (score: 38)
Author: HIDDEN
Date: Sun, 30 Jul 2017 17:19:05 -0700
Use renameat2 to avoid a rename race condition, on recent-enough GNU/Linux. * bootstrap.conf (gnulib_modules): Add renameat2. * src/shred.c: Include renameat2.h. (wipename): Use renameat2 instead of
/archive/html/coreutils/2017-07/msg00067.html (8,881 bytes)

19. Re: rename command (score: 38)
Author: HIDDEN
Date: Tue, 28 Jun 2011 09:57:02 +0100
Good point. perl: /usr/bin/prename That one supports -f for "force" too, but -n means "test" rather than "noclobber". Of course the replacement syntax is different and is more like my find | sed | sh
/archive/html/coreutils/2011-06/msg00089.html (6,130 bytes)

20. rename command (score: 38)
Author: HIDDEN
Date: Mon, 27 Jun 2011 11:11:01 +0200
Hello coreutilitarians, I have been lately making some util-linux patches and while doing so I found rename command. It did not take long to realize that the command would be much better if it would
/archive/html/coreutils/2011-06/msg00080.html (5,996 bytes)


This search system is powered by Namazu