rcat is a simple command line tool to concatenate files in real-time.
You can install rcat using go install command.
go install github.com/enindu/rcat@latest
You can run rcat using following syntax.
rcat [flags]
Display version message:
rcat -v
Display help message:
rcat -h
This software is licensed under the GNU General Public License v3.0. You can view full license here.