diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-26 23:39:59 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-26 23:39:59 +0200 |
| commit | d4aa1654b0136d226cf23135888077468c8e8451 (patch) | |
| tree | fb3281fa677294f312be89fbd6f31134bc3f92f7 /man | |
| parent | a425fae2957af00cf8e75dd1046fef903429fa8d (diff) | |
| download | dir_monitor-d4aa1654b0136d226cf23135888077468c8e8451.tar.gz dir_monitor-d4aa1654b0136d226cf23135888077468c8e8451.tar.bz2 | |
options: relabel --format-string to --format
Diffstat (limited to 'man')
| -rw-r--r-- | man/dir_monitor.1.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/dir_monitor.1.adoc b/man/dir_monitor.1.adoc index 413d32c..e99924a 100644 --- a/man/dir_monitor.1.adoc +++ b/man/dir_monitor.1.adoc @@ -8,7 +8,7 @@ dir_monitor - present stat information of a path formatted and sorted == SYNOPSIS -**dir_monitor** [*OPTION*]... directory +**dir_monitor** [[*OPTION*]... directory] == DESCRIPTION @@ -19,7 +19,7 @@ It can be used for continuous monitoring of a path by wrappers like *watch*. == OPTIONS -**--format-string** 'format', **-f** 'format':: +**--format** 'format', **-f** 'format':: define columns to print, details below **--help**, **-h**:: @@ -28,7 +28,7 @@ define columns to print, details below **--long-timestamp**, **-t**:: Print timestamp in long form 'yyyymmdd HH:MM:SS ZONE' -**--print-boxed**:: +**--print-boxed**, **-b**:: Print output in form of a boxed table **--print-header**, **-H**:: @@ -47,7 +47,7 @@ Sort either by size or time Sort by (a)ccess, (c)hange or (m)odification time. Default: 'm' -=== format-string characters +=== format characters Other characters than the following are ignored. [cols=2] @@ -94,7 +94,7 @@ Other characters than the following are ignored. == EXAMPLES -dir_monitor --long-timestamp --print-header --format-string \'sAMn' --sort-by time --show-hidden /tmp +dir_monitor --long-timestamp --print-header --format \'sAMn' --sort-by time --show-hidden /tmp watch -d \'*dir_monitor -t -H /tmp/*' |
