
|
xSelect
-
Version
2.0
xSelect is a command-line utility that allows you to search textfiles. However, compared to tools like "grep" or "find", xSelect allows you to use a SQL-query statement for analyzing textfiles incl. filtering, sorting, ordering and grouping Usage: xSelect [fields-to-display[ FROM [textfile] [WHERE condition / SORT BY field / GROUP BY field / HAVING] # - [switches]
|