{"id":19563217,"url":"https://github.com/magayaga/concat","last_synced_at":"2026-04-12T09:12:13.966Z","repository":{"id":244653830,"uuid":"672203791","full_name":"Magayaga/Concat","owner":"Magayaga","description":"Command-based utility that reads files sequentially, writing them to standard output!","archived":false,"fork":false,"pushed_at":"2024-07-20T13:33:35.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T23:24:44.674Z","etag":null,"topics":["cat","command","linux","macos","terminal","type","unix","windows"],"latest_commit_sha":null,"homepage":"https://magayaga.pages.dev/concat","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Magayaga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-29T09:12:48.000Z","updated_at":"2024-07-20T13:33:38.000Z","dependencies_parsed_at":"2024-06-16T13:00:00.199Z","dependency_job_id":"343c1e4d-00f2-420c-9938-3c6e9a4a426f","html_url":"https://github.com/Magayaga/Concat","commit_stats":null,"previous_names":["magayaga/concat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FConcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FConcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FConcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magayaga%2FConcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Magayaga","download_url":"https://codeload.github.com/Magayaga/Concat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240822689,"owners_count":19863307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cat","command","linux","macos","terminal","type","unix","windows"],"created_at":"2024-11-11T05:16:57.676Z","updated_at":"2026-04-12T09:12:13.921Z","avatar_url":"https://github.com/Magayaga.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `concat`\n\n`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](https://github.com/magayaga) and written in **C**. The [`type`](https://github.com/MicrosoftDocs/windowsserverdocs/blob/main/WindowsServerDocs/administration/windows-commands/type.md) for Microsoft Windows and DOS operating systems and [`cat`](https://github.com/coreutils/coreutils/blob/master/src/cat.c) and [`nl`](https://github.com/coreutils/coreutils/blob/master/src/nl.c) for Linux and Unix operating systems.\n\n`type` (Windows-based concatenare files) + `cat` (Unix-based concatenare files)  + `nl` (Unix-based numbering lines) = `concat` is the new modern concatenate files!\n## Getting Start\n\n### Windows, Linux, and Unix\n```shell\n# Download the Concat command\n$ git clone https://github.com/Magayaga/Concat.git\n\n# Change the directory of the Concat\n$ cd Concat\n\n# Run the program (batchfile)\n$ ./make\n\n# or (make)\n$ make\n\n# Open the application\n$ ./concat README.md\n\n```\n\n## Examples\n```shell\n# Concatenate files\n$ ./concat examples/a.txt examples/b.txt\n$ ./concat -A examples/a.txt examples/b.txt\n$ ./concat examples/a.txt \u003e examples/c.txt\n\n# Numbering lines\n$ ./concat --nl examples/a.txt\n\n# REPL mode\n$ ./concat --repl\n\n```\n\n## Copyright\nCopyright (c) 2023 - 2024 Cyril John Magayaga. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagayaga%2Fconcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagayaga%2Fconcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagayaga%2Fconcat/lists"}