Merge pull request #270 from Hunter-Github/patch-1

A reference to dateutils
pull/271/head
Joshua Levy 2015-08-12 20:16:45 -07:00
commit ea7521212b
1 changed files with 2 additions and 0 deletions

View File

@ -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.