aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-05 00:19:05 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-05 00:20:57 -0700
commit015e3b4716a15c674829034bce56b83b323688df (patch)
treeaffdc4cc09c5ddd558370911a6e5368412e35116 /source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md
parentd14e9ac5b86c911cb255ab30425790488c20fb4d (diff)
downloadmy_new_personal_website-015e3b4716a15c674829034bce56b83b323688df.tar.xz
my_new_personal_website-015e3b4716a15c674829034bce56b83b323688df.zip
convert date metadata field to ISO 8601
Diffstat (limited to 'source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md')
-rw-r--r--source/blog/2015-02-10-monitor-progress-of-your-unix-pipes-with-pv.md2
1 files changed, 1 insertions, 1 deletions
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 5bee4641..8965beb6 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
@@ -1,6 +1,6 @@
---
title: "Monitor progress of your Unix pipes with pv"
-date: 2015-02-10 02:18:30 -0800
+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,