Y
Hacker News
new
|
ask
|
show
|
jobs
by
nilved
4666 days ago
pv reads content from a file by default, so that can actually be reduced further to:
pv "$1" > "$2"
1 comments
simcop2387
4666 days ago
Which will actually give better results this way, since it'll read the size of the file and use that to provide an estimate even.
link