summaryrefslogtreecommitdiff
path: root/html/exiftool_pod.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/exiftool_pod.html')
-rw-r--r--html/exiftool_pod.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/html/exiftool_pod.html b/html/exiftool_pod.html
index 666bcb31..21d836bb 100644
--- a/html/exiftool_pod.html
+++ b/html/exiftool_pod.html
@@ -267,6 +267,7 @@
-echo[NUM] TEXT Echo text to stdout or stderr
-efile[NUM][!] ERRFILE Save names of files with errors
-execute[NUM] Execute multiple commands on one line
+ -list_dir List directories, not their contents
-srcfile FMT Process a different source file
-stay_open FLAG Keep reading -@ argfile even after EOF
-userParam PARAM[[^]=[VAL]] Set user parameter (API UserParam opt)</code></pre>
@@ -682,7 +683,7 @@
<p>produces output like this:</p>
-<pre><code> -- Generated by ExifTool 12.18 --
+<pre><code> -- Generated by ExifTool 12.19 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -1291,6 +1292,16 @@
<p>Execute command for all arguments up to this point on the command line (plus any arguments specified by <b>-common_args</b>). The result is as if the commands were executed as separate command lines (with the exception of the <b>-config</b> and <b>-use</b> options which remain in effect for subsequent commands). Allows multiple commands to be executed from a single command line. <i>NUM</i> is an optional number that is echoed in the &quot;{ready}&quot; message when using the <b>-stay_open</b> feature. If a <i>NUM</i> is specified, the <b>-q</b> option no longer suppresses the output &quot;{readyNUM}&quot; message.</p>
</dd>
+<dt id="list_dir"><b>-list_dir</b></dt>
+<dd>
+
+<p>List directories themselves instead of their contents. This option effectively causes directories to be treated as normal files when reading and writing. For example, with this option the output of the <code>ls -la</code> command on Mac/Linux may be approximated by this exiftool command:</p>
+
+<pre><code> exiftool -list_dir -T -ls-l -api systemtags -fast5 .* *</code></pre>
+
+<p>(The <b>-T</b> option formats the output in tab-separated columns, <b>-ls-l</b> is a <a>shortcut tag</a>, the API SystemTags option is required to extract some necessary tags, and the <b>-fast5</b> option is added for speed since only system tags are being extracted.)</p>
+
+</dd>
<dt id="srcfile-FMT"><b>-srcfile</b> <i>FMT</i></dt>
<dd>