From a7cc274e2fa2f4cd73ab3245ca2e38c7ffd47293 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 8 Jan 2016 12:29:32 -0800 Subject: Markdown source files: Revert YAML closing line from ... to --- GFM doesn't support closing with ..., and the rendered results are less than satisfactory. --- source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md') diff --git a/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md b/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md index 9a8c53b1..59c77a25 100644 --- a/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md +++ b/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md @@ -2,7 +2,7 @@ title: "Monitor progress of your Unix pipes with pv" date: 2015-02-10T02:18:30-0800 date_display: February 10, 2015 -... +--- Recently I found a very useful utility called `pv` (for "pipe viewer"). [Here](http://www.ivarch.com/programs/pv.shtml) is its home page, and it can be easily installed with `brew`. According to its man page, -- cgit v1.2.1