From 901c4e23bc3c97cca758ce3f8830a7ddf966c708 Mon Sep 17 00:00:00 2001 From: Kit Chan Date: Sun, 20 Sep 2015 22:54:58 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2705c24..ca0edd5 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,10 @@ A few examples of piecing together commands: - `time`: execute and time a command +- `lockfile`: create semaphore file that can only be removed by `rm -f` + +- `logrotate`: rotate, compress and mail logs. + - `watch`: run a command repeatedly, showing results and/or highlighting changes - `tac`: print files in reverse