mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed error in docs: it's suffix not extension, refs #372
This commit is contained in:
parent
c9ecd0d6a3
commit
f08fe6fd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue