1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
.TH "mtx-tools" "1" "01-01-2024" "version 1.01" "Some File Related Goodies"
.SH NAME
mtx-tools - Some File Related Goodies
.SH SYNOPSIS
.B mtxrun --script tools [
.I OPTIONS ...
.B ] [
.I FILENAMES
.B ]
.SH DESCRIPTION
.B Some File Related Goodies
.SH OPTIONS
.TP
.B --disarmutfbomb
remove utf bomb if present
.TP
.B --force
remove indeed
.TP
.B --dirtoxml
glob directory into xml
.TP
.B --pattern
glob pattern (default: *)
.TP
.B --url
url attribute (no processing)
.TP
.B --root
the root of the globbed path (default: .)
.TP
.B --output
output filename (console by default)
.TP
.B --recurse
recurse into subdirecories
.TP
.B --stripname
take pathpart of given pattern
.TP
.B --longname
set name attributes to full path name
.TP
.B --downcase
lowercase names
.TP
.B --showstring
show unicode characters in given string
.TP
.B --showfile
show unicode characters in given file
.TP
.B --pattern
glob pattern (default: *)
.TP
.B --recurse
recurse into subdirecories
.TP
.B --force
downcase indeed
.SH AUTHOR
More information about ConTeXt and the tools that come with it can be found at:
.B "maillist:"
ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
.B "webpage:"
http://www.pragma-ade.nl / http://tex.aanhet.net
.B "wiki:"
http://contextgarden.net
|