fselect
Verified for current stable LTS
Fselect Commands
Fselect command syntax with verified terminal examples.
Commands
9 commands for Fselect
fselect Operations
Fselect Command: Calculate File Size Statistics
fselect "<MIN(size), MAX(size), AVG(size), SUM(size), COUNT(*)> from <path/to/directory>" fselect Operations
Fselect Command: Calculate Min Max Average File Size
fselect "<MIN(size), MAX(size), AVG(size), SUM(size), COUNT(*)> from <path/to/directory>" fselect Audio
Fselect Command: Find Old School Rap Mp3 Files
fselect path from <path/to/directory> where genre = <Rap> and bitrate = <320> and mp3_year lt <2000> fselect Audio
Fselect Command: Find Rap Mp3 Files Under 2000
fselect path from <path/to/directory> where genre = <Rap> and bitrate = <320> and mp3_year lt <2000> fselect Video
Fselect Command: Find Square Images
fselect path from <path/to/directory> where width = height fselect HTTP
Fselect Command: Limit Results To First Five And Output Json
fselect size, path from <path/to/directory> limit <5> into json fselect Operations
Fselect Command: Select File Size And Path From Temporary Config Files
fselect size, path from <path/to/directory> where name = '<*.cfg>' or name = '<*.tmp>' fselect Operations
Fselect Command: Select File Sizes And Paths For Configuration And Temporary Files
fselect size, path from <path/to/directory> where name = '<*.cfg>' or name = '<*.tmp>' fselect HTTP
Fselect Command: Select First 5 Results As Json
fselect size, path from <path/to/directory> limit <5> into json Suggest a Fselect Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Fselect workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.