Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
tix-vars — evaluate variables in port filesSYNOPSIS
tix-vars | [-t] [-d default] file [variable ...] |
DESCRIPTION
tix-vars evaluates the variables in the port(5) named by file or the standard input if file is ‘-’. If any variables are requested then their raw values are written as lines. Otherwise all the variables are written in a normalized form as lines with an equals sign ‘=’ separating the variable name and the raw value.- -d default
- Use the default value instead if the variable is unset.
- -t
- Test quietly whether the file is syntactically correct and whether the variables are set without writing their contents.