From cf2b1815a63420a76818846e627909989ee9e99e Mon Sep 17 00:00:00 2001 From: Hunter-Github Date: Wed, 12 Aug 2015 13:10:16 +0300 Subject: [PATCH] A reference to dateutils Adding date-processing utilites according to [#258](https://github.com/jlevy/the-art-of-command-line/issues/258) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b854a4..3e2baa0 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,8 @@ Notes: - To split files into pieces, see `split` (to split by size) and `csplit` (to split by a pattern). +- To manipulate date and time expressions, use `dateadd`, `datediff`, `strptime` etc. from [`dateutils`](http://www.fresse.org/dateutils). + - Use `zless`, `zmore`, `zcat`, and `zgrep` to operate on compressed files.