https://github.com/rxn7/mkf
📁 File creator written in C
https://github.com/rxn7/mkf
c simple util
Last synced: 28 days ago
JSON representation
📁 File creator written in C
- Host: GitHub
- URL: https://github.com/rxn7/mkf
- Owner: rxn7
- Created: 2021-11-08T21:49:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T15:37:37.000Z (over 4 years ago)
- Last Synced: 2025-03-02T10:42:09.328Z (over 1 year ago)
- Topics: c, simple, util
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkf
File creator written in C.
# Usage
$ ```mkf ```
## Example
$ ```mkf file1.txt file2.txt```
# Why?
Usually when you want to create a file on Linux you use the GNU touch util which is an huge overkill for just creating a file (GNU touch does much more than this, it's over 400 lines long).
When creating mkf I wanted to keep it as simple as possible.
Mkf just creates a file(s) with the name(s) specified by user. That's it.