An open API service indexing awesome lists of open source software.

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

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: