https://github.com/miraclecancode/multi_command
Multi command is a unification of the main commands from Linux with my implementation
https://github.com/miraclecancode/multi_command
Last synced: 12 months ago
JSON representation
Multi command is a unification of the main commands from Linux with my implementation
- Host: GitHub
- URL: https://github.com/miraclecancode/multi_command
- Owner: MiracleCanCode
- Created: 2025-03-15T06:16:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T06:23:25.000Z (12 months ago)
- Last Synced: 2025-04-02T07:26:21.122Z (12 months ago)
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isacat cat command
### This repository is just an attempt to create a copy of the cat command in C
#### Usage:
Build this app:
```sh
make build
```
Run app:
```sh
./bin/isacat --help
```
### Overview of Basic Commands: