Skip to content

Commit

Permalink
add example of usage with improved function behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Sep 29, 2019
1 parent 8118429 commit 417d971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Formatting functions:

fselect "LOWER(name), UPPER(name), LENGTH(name), YEAR(modified) from /home/user/Downloads"

Get the year of an oldest file:

fselect "MIN(YEAR(modified)) from /home/user"

Use single quotes if you need to address files with spaces:

fselect "path from '/home/user/Misc stuff' where name != 'Some file'"
Expand Down

0 comments on commit 417d971

Please sign in to comment.