diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-01-03 22:03:16 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-01-03 22:06:01 +0100 |
commit | ad239cf0bd9ebc8e206ce196dc93eb15b6056706 (patch) | |
tree | cfc66fb42fd09548a204e7359717e8f1b8591ee1 /README | |
parent | 244ee73865b924adf9026eb5ff75e6f8f989edc5 (diff) | |
download | rwc-master.tar.gz rwc-master.tar.xz rwc-master.zip |
Else it's not possible to deal with calls like "rwc ./x" in a proper way.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README index 345cb99..690c33c 100644 --- a/README +++ b/README @@ -8,8 +8,9 @@ SYNOPSIS DESCRIPTION rwc takes a list of files or directories, watches them using inotify(7), - and prints each file name when it changed. If path is a single dash - (‘-’) or absent, rwc reads file names from the standard input. + and prints each file name as absolute path when it changed. If path is a + single dash (‘-’) or absent, rwc reads file names from the standard + input. Watching a directory will result in watching all changes to files which resides directly in that directory. @@ -72,4 +73,4 @@ LICENSE http://creativecommons.org/publicdomain/zero/1.0/ -Void Linux March 3, 2019 Void Linux +Void Linux January 3, 2021 Void Linux |