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

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

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.