mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
stem and suffix columns for insert-files, closes #372
This commit is contained in:
parent
49a54ffb2f
commit
c9ecd0d6a3
3 changed files with 20 additions and 4 deletions
|
|
@ -1141,6 +1141,10 @@ The full list of column definitions you can use is as follows:
|
|||
The creation time is an ISO timestamp
|
||||
``size``
|
||||
The integer size of the file in bytes
|
||||
``stem``
|
||||
The filename without the extension - for ``file.txt.gz`` this would be ``file.txt``
|
||||
``extension``
|
||||
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