about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2019-07-01 17:31:25 -0500
committerCase Duckworth2019-07-01 17:31:25 -0500
commit444c70483c5e3fb370fe767ffaa378090113bb07 (patch)
tree5647f0e6049bed407185fccc482231e6e73af260 /README.md
parentAbort on error (diff)
downloadunk-444c70483c5e3fb370fe767ffaa378090113bb07.tar.gz
unk-444c70483c5e3fb370fe767ffaa378090113bb07.zip
Update variables
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 34560fd..da9eda9 100644 --- a/README.md +++ b/README.md
@@ -55,7 +55,9 @@ one will be created that will simply `cat` the file being processed.
55The following variable is made available to __TM__: 55The following variable is made available to __TM__:
56 56
57<ul> 57<ul>
58 <li><strong>FN</strong>: the <em>FileName</em> 58 <li><strong>F</strong>: the <em>File</em> name passed to
59 <strong>TM</strong></li>
60 <li><strong>N</strong>: the <em>fileName</em>
59 (with directories removed) of the file being processed</li> 61 (with directories removed) of the file being processed</li>
60</ul> 62</ul>
61 63