concat
command in Windows, Linux, and Unix operating systems is primarily used to display the contents of a file on the terminal. It was developed by Cyril John Magayaga and written in C. The type
for Microsoft Windows and DOS operating systems and cat
and nl
for Linux and Unix operating systems.
type
(Windows-based concatenare files) + cat
(Unix-based concatenare files) + nl
(Unix-based numbering lines) = concat
is the new modern concatenate files!
# Download the Concat command
$ git clone https://github.com/Magayaga/Concat.git
# Change the directory of the Concat
$ cd Concat
# Run the program (batchfile)
$ ./make
# or (make)
$ make
# Open the application
$ ./concat README.md
# Concatenate files
$ ./concat examples/a.txt examples/b.txt
$ ./concat -A examples/a.txt examples/b.txt
$ ./concat examples/a.txt > examples/c.txt
# Numbering lines
$ ./concat --nl examples/a.txt
# REPL mode
$ ./concat --repl
Copyright (c) 2023 - 2024 Cyril John Magayaga. All rights reserved.