mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9d2f5014a6
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/
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
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/
|