Re: coreutils 5.3.0: cp --parents broken

2005-01-25 Thread Jim Meyering
Andreas Schwab [EMAIL PROTECTED] wrote: Jim Meyering [EMAIL PROTECTED] writes: Andreas Schwab [EMAIL PROTECTED] wrote: $ ./cp --parents /bin/cp /tmp ./cp: failed to get attributes of `bin': No such file or directory Thanks for the report. I can't reproduce that: Please make sure that

Re: coreutils 5.3.0: cp --parents broken

2005-01-25 Thread Andreas Schwab
Jim Meyering [EMAIL PROTECTED] writes: @@ -78,10 +79,49 @@ path_concat (char const *dir, char const p += needs_separator; if (base_in_result) -*base_in_result = p; +*base_in_result = p - IS_ABSOLUTE_FILE_NAME (abase); p = mempcpy (p, base, baselen); *p = '\0';

rm: annoying behaviour deleting symbolic links

2005-01-25 Thread Eneko Nieto
___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: coreutils 5.3.0: cp --parents broken

2005-01-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 1/25/2005 5:31 AM: * path-concat.c: Don't include assert.h. (path_concat): Remove assertion that would have triggered for ABASE starting with more than one slash. Reported by Andreas Schwab.

Re: Showing actual filesizes with ls

2005-01-25 Thread Joakim Rosqvist (JRO.SE)
Showing major/minor-numbers is an interesting idea (show what ls -l would have shown). This sounds a bit too much like creeping featurism. How about if we just add a more-general argument that lets you specify the desired output fields, as a format string? That's in the TODO list. It would