forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
335 B
Text
8 lines
335 B
Text
fex works like cut or awk in its field navigation, but allows
|
|
you to specify token-based fields in a much more concise, flexible,
|
|
and readable way.
|
|
|
|
Due to the simplicity of fex's language, it can enable you to replace
|
|
many common invocations of cut and awk with a single invocation of fex.
|
|
|
|
WWW: http://semicomplete.com/projects/fex/
|