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
