This is my personal notes.
Problem:
-Copy file using command line from Folder A to Folder B. My problem is, i don’t know what is current status, how many percent done etc.
Solution :
rsync -ah --progress source destination
reference site : https://askubuntu.com/questions/17275/how-to-show-the-transfer-progress-and-speed-when-copying-files-with-cp