diff options
author | jozan <jozan@noemail.net> | 2020-11-15 19:19:10 +0000 |
---|---|---|
committer | jozan <jozan@noemail.net> | 2020-11-15 19:19:10 +0000 |
commit | 81d141dc211283ca3dfdc8499aef8d4d124f2f7a (patch) | |
tree | a1120bb581ec97685ef2f9f1ff02151b054ed2c8 | |
parent | Man 7 (diff) | |
download | unixize-81d141dc211283ca3dfdc8499aef8d4d124f2f7a.tar.gz unixize-81d141dc211283ca3dfdc8499aef8d4d124f2f7a.tar.bz2 unixize-81d141dc211283ca3dfdc8499aef8d4d124f2f7a.tar.xz unixize-81d141dc211283ca3dfdc8499aef8d4d124f2f7a.tar.zst unixize-81d141dc211283ca3dfdc8499aef8d4d124f2f7a.zip |
man in progress
FossilOrigin-Name: defbf01f893f37bf4a42e87e3188093d65de33fe62c57ee716d4f823c9e98626
-rw-r--r-- | man/unixize.1 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/man/unixize.1 b/man/unixize.1 index 5824656..6f5923c 100644 --- a/man/unixize.1 +++ b/man/unixize.1 @@ -68,7 +68,7 @@ . .SH NAME .B unixize -\- bulk rename directory +\- bulk rename directory contents . . .SH SYNOPSIS @@ -116,6 +116,21 @@ relevant ascii character (or double characters). . .file_example "\(Eu\-Hliðskjálf-\(de\(dd.jpg" "hlidhskjalf.jpg" . +Two special patterns are always substitued, regardless of options. +.P +The first one is +.dquoted_text C\+\+ , +which will always be changed to +.dquoted_text cxx +whether the letter +.squoted_text C +is upper-case or lower-case. +.P +. +.file_example "learn_c++_programming.pdf" "learn_cxx_programming.pdf" +. +The second one is removes the first dot +.squoted_text . ) ( .SH OPTIONS .SH SEE ALSO .IR ascii (7), |