From: Jim Meyering Date: Sat, 6 Sep 2003 09:17:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-5_0_91~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29b73a0e5e652707ab9c91960e96516f95e9a50c;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 7f3203d..1d6e763 100644 --- a/TODO +++ b/TODO @@ -133,3 +133,7 @@ du: rewrite to use something other than nftw to perform directory traversal. using -D makes du dereference each command line argument that is a symlink to a directory. A symlink to non-directory is not dereferenced. + +cp --recursive: perform dir traversals in source and dest hierarchy rather + than forming full file names. The latter (current) approach fails + unnecessarily when the names become very long.