LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cp command with progress indicator (https://www.linuxquestions.org/questions/linux-software-2/cp-command-with-progress-indicator-208033/)

exodist 07-21-2004 06:10 PM

cp command with progress indicator
 
does anyone know fo a command line copy program/command that has a progrss indicator?

Lansing_Banda 07-21-2004 06:27 PM

You could use scp and just copy the file to localhost. I believe that you can use it just like cp.

scp file.1 /etc/file.1

or if it doesn't

scp file.1 <username>@localhost:/etc/file.1

You will have to provide your password for the last one though.


All times are GMT -5. The time now is 11:42 PM.