[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] cp enhancement ?
From: |
Bob Proulx |
Subject: |
Re: [coreutils] cp enhancement ? |
Date: |
Sun, 19 Sep 2010 15:11:27 -0600 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Leon Free wrote:
> Google didnt help me much about that : I'm looking some functionality to
> the cp util that prints a progress bar (===...==>), % copied, ETA, etc
> when copying large files. Any suggestion ?
The 'rsync' command provides progress information.
$ rsync -P srcfile dstfile
Bob