summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-06 09:17:10 +0000
committerJim Meyering <jim@meyering.net>2003-09-06 09:17:10 +0000
commit29b73a0e5e652707ab9c91960e96516f95e9a50c (patch)
tree8c1e379d7777f2742b2bbd0187645d928a665508 /TODO
parent0b8a15929cb39cff6d2bc4562b603ae2b12d3c3e (diff)
downloadcoreutils-29b73a0e5e652707ab9c91960e96516f95e9a50c.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7f3203d34..1d6e76302 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.