From 87be6d0a2a651dbe98d1843c0405cf1375a2fa4e Mon Sep 17 00:00:00 2001 From: olaf michaelis Date: Wed, 14 Aug 2024 10:30:51 +0200 Subject: [PATCH] Update readme --- readme.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index b5d7bfa..6682942 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,7 @@ Flags: folder to process, default is current directory -m, --matcher=".*" regex matcher for file detection, e.g. '\..*$' + or '\.yaml$ -r, --age-range="0,0" age range of files to consider, string of one or two comma separated values (min age and max age), supports durations like 90m, 12h, @@ -40,14 +41,16 @@ Flags: -V, --version-flag display version Commands: - ls list files matching the criteria - ex check if file(s) exists, return non-zero exitcode if not - rt rotate matching files, compress and truncate after successful - compression - cp copy matching files, requires target folder definition - mv move matching files, requires target folder definition - tn truncate matching files - rm remove matching files + list list files matching the criteria + exists check if file(s) exists, return non-zero exitcode if not + compress compress matching files, compress and truncate after successful + compression + rotate rotate matching files, compress and truncate after successful + compression + copy copy matching files, requires target folder definition + move move matching files, requires target folder definition + truncate truncate matching files + remove remove matching files Run "fileaxe --help" for more information on a command. ```