sometimes with large files it takes a while and some sort of progress bar to know that its still working would be nice.
Asked
Active
Viewed 2.2k times
6
-
See also this related question. – May 05 '13 at 00:31
2 Answers
11
rsync --progress $SRC $DEST
can show you the percentage of what has been copied so far.

Dr.Tower
- 419
- 2
- 7
-3
Try -v
after the command to do your command in verbose mode.

16trohrt
- 322
-
as near as I can tell, that doesn't show a progress meter. Just says "File -> File" and no bar. – user218314 May 03 '13 at 02:16