fcat

March 6, 2025 ยท View on GitHub

A Fortran port of 'cat' command used to concatenate file(s) to standard output.

Thanks urbanjost for the great m_cli2 library.

Usage:

fcat [-o output_file] input_file1 input_file2 ...

Options:

--number -n display line numbers  

--output -o output to file  

--help -h display the usage  

--version -v display the version number