Re: [PATCH] cp/mv display progress

[email protected] (Bob Proulx)
Newsgroups gmane.comp.gnu.fileutils.bugs
Message-ID <[email protected]>
Benjamin Schieder wrote:
> 
> I frequently move large files from one disk to another and I wanted
> to see how much was copied already.  Some friends of mine also
> wanted this feature and urged me to send the patch here.

Thanks for sharing your patch with the mailing list.  It is most
appreciated with people show and share their code.

> Brief description:
> 
> # cp -D large_file /another/disk
> 
> `large_file':   1% copied\r`large_file':   2% copied\r

Have you looked at the 'rsync' command?  It provides this
functionality and more.

  http://rsync.samba.org

The core utilities such as cp, mv, rm, are required utilities on /bin
on all systems.  Therefore extra care needs to be taken that they
don't bloat too much.  It reduces their ability to be useful on a wide
range of platforms.  Already there are other programs such as busybox
which implies that the core utilities are too bloated already.  And if
this functionality were added to cp it would imply that other commands
such as mv also needed the same functionality added to them as well
multiplying the problem.

I would prefer not to see this type of functionality added to the
utils.  Especially since the same type of functionality already exists
in the 'rsync' command.  The 'rsync' command provides a wide range of
additional functionality such as this over the 'cp' command.  The two
commands supliment each other very nicely.

Bob

_______________________________________________
Bug-fileutils mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/bug-fileutils
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+PqJw0pRcO8E2ULYRAnVSAJ9ziMz2Us8niYOpZUMs6hWWYFOjaACfUqsu
YA1u3dp0cWF9zVDFX6bwDQU=
=S90L
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.