SLQ === SLQ: Single Line Query SLQ is a simple program for easily querying single line input data. Most commonly, this is comma delimited, or CSV (comma separated values). Any [ASCII] delimiter is possible though, making things like tab separated values also possible, along with really any other delimiting character. This tool is inspired by the GNU `cut` program, but this attempts to fill in for some of the missing features in cut that lead to increased execution time or code complexity when used in shell scripts that need to parse data.