Skip to content

Command-based utility that reads files sequentially, writing them to standard output!

Notifications You must be signed in to change notification settings

Magayaga/Concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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!

Getting Start

Windows, Linux, and Unix

# 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

Examples

# 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

Copyright (c) 2023 - 2024 Cyril John Magayaga. All rights reserved.

About

Command-based utility that reads files sequentially, writing them to standard output!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published