mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:06:28 +08:00
A reference to dateutils
Adding date-processing utilites according to [#258](https://github.com/jlevy/the-art-of-command-line/issues/258)
This commit is contained in:
parent
5fef2d2bf6
commit
cf2b1815a6
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue