Linux >> Seeing percentage of copying file/folder operation using Terminal (2844 Okunma)
Tam Metin:
Normally when we use cp to copy the file/folders, we do not get any feedback from the terminal and we have no idea about the completion percentage. However, the following should do the trick and you should be able to see percentage of each file during copy operation:
Normally SCP (Secure CoPy) is used to transfer files/directories between a local and remote host. However using your own PC name, it will assume your computer is a remote host, therefore showing you the progress of copy operation.