add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,
authortedu <tedu@openbsd.org>
Tue, 27 Jun 2017 21:43:46 +0000 (21:43 +0000)
committertedu <tedu@openbsd.org>
Tue, 27 Jun 2017 21:43:46 +0000 (21:43 +0000)
commite507bd9a474c1376a2492fb30ff49721c9587400
tree19defae8e05751d01b041e24db11d8f86fec2db7
parent3c0535b072eb1b319b26e6e4b019b69e99358d70
add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,
and present on several other systems. some ok, some less ok.
from Job Snijders
bin/cp/cp.1
bin/cp/cp.c
bin/cp/utils.c
bin/mv/mv.1
bin/mv/mv.c
bin/rm/rm.1
bin/rm/rm.c