diff options
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.md | 2 |
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 8965beb6..5191a2ba 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 @@ -39,7 +39,7 @@ def rename(items) else STDERR.puts("#{path}: directory ignored") end - + num_done += 1 } end |