On Mon, 3 Nov 2003, Rus Foster wrote: > Hi All, > Does anyone know of a nice way of being able to show a progress meter on > copying a large file from one part of the disk to another. I tried scp > localfile localfile2 but scp calls cp.
Ugly/weird/overkill way of doing it, but
rsync -P 3dmark2001se.exe test.exe
41780867 100% 46.57MB/s 0:00:00
seems to work.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

