concat
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, written in C programming language, and released on July 29, 2023. The type
for Microsoft Windows and DOS operating systems and cat
for Linux and Unix operating systems.
# Download the Concat command
$ git clone https://github.com/Magayaga/Concat.git
# Change the directory of the Concat
$ cd Concat
# Run the program (gcc)
$ gcc src/concat.c -o concat.c
# or (make)
$ make
# Open the application
$ ./concat README.md
$ ./concat examples/a.txt examples/b.txt
$ ./concat -A examples/a.txt examples/b.txt
$ ./concat examples/a.txt > examples/c.txt
Version | Release Date | Download .zip |
Download .tar.gz |
Download .7z |
---|---|---|---|---|
v1.0.1 | July 30, 2023 | Open | Open | Open |
v1.1.0 | May 21, 2024 | Open | Open | Open |
v1.1.1 | July 20, 2024 | Open | Open | Open |
Copyright (c) 2023-2024 Cyril John Magayaga. All rights reserved.