Fixed error in docs: it's suffix not extension, refs #372

This commit is contained in:
Simon Willison 2022-01-09 12:18:31 -08:00
commit f08fe6fd4d

View file

@ -1143,7 +1143,7 @@ The full list of column definitions you can use is as follows:
The integer size of the file in bytes
``stem``
The filename without the extension - for ``file.txt.gz`` this would be ``file.txt``
``extension``
``suffix``
The file extension - for ``file.txt.gz`` this would be ``.gz``
You can insert data piped from standard input like this::