[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Neat code clip: cp progress bar
- Subject: [ale] Neat code clip: cp progress bar
- From: brian at polibyte.com (Brian Pitts)
- Date: Fri, 05 Mar 2010 12:08:47 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
On 03/05/2010 09:04 AM, Brandon Wood wrote:
> I saw this post on Hacker News today and thought that it deserved to be
> shared:
strace? That's intense. 'rsync -P' works for me.
For many commands that don't have a progress bar, pv is a great help.
For example, I might do 'zcat afile.gz | pv > afile' to monitor how
quickly a file is decompressing.
http://www.ivarch.com/programs/pv.shtml
--
All the best,
Brian Pitts