Skip to content

Commit

Permalink
Merge pull request #392 from tstoeter/patch-1
Browse files Browse the repository at this point in the history
Add documentation for showinf batch processing via stdin.
  • Loading branch information
melissalinkert authored Sep 12, 2024
2 parents d5ec673 + 25c5811 commit e9f8a22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sphinx/users/comlinetools/display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,16 @@ dimensions, and other basic metadata will be printed to the console.
The default fill value is typically 0, but some readers may have different defaults.

.. versionadded:: 6.13.0

.. option:: -

Batch process multiple files reading file names and any additional options
line by line from stdin. For every line from stdin ``showinf`` is invoked
as called from the command prompt, but substituting ``-`` with the stdin
line.

::

ls *.tiff | showinf -

.. versionadded:: 8.0.0

0 comments on commit e9f8a22

Please sign in to comment.