vat
May 14, 2021 ยท View on GitHub
vat is a simple clone of cat, written in V instead of C. It does not support any of the flags of cat. It only concatenates files to stdout without manipulation.
The syntax is the same.
This implementation is slightly slower than cat.