Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Can you get cp to give a progress bar like wget?
(
chris-lamb.co.uk
)
15 points
by
hollywoodcole
on Jan 29, 2008
|
hide
|
past
|
favorite
|
5 comments
goofygrin
on Jan 29, 2008
|
next
[–]
There was one in gentoo a while back with a -g option... It got removed from cp source since someone didn't like it.
Man I'm a nerd.
cduan
on Jan 29, 2008
|
prev
|
next
[–]
I usually just background the cp and ls -l the source and destination files. Not as pretty, but it works just as well.
ashu
on Jan 29, 2008
|
prev
[–]
'scp <user>@localhost:<src> <dst>' works reasonably well when I need it...
gaborcselle
on Jan 29, 2008
|
parent
[–]
Wouldn't that be much slower than using cp?
bayareaguy
on Jan 29, 2008
|
root
|
parent
[–]
I suppose it would depend on whether or not 'cp' would find itself disk-bound in the same situation.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Man I'm a nerd.