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

https://github.com/md-dipu/touch

Command-line app to create files
https://github.com/md-dipu/touch

cli-command file-create touch

Last synced: 7 months ago
JSON representation

Command-line app to create files

Awesome Lists containing this project

README

          

## Touch: Command-line application to Create files

This is a command-line application. That creates one or more files but ignores existing files. This simple CLI application is made using C language.

> The purpose to make this program is to add the `touch` command in the Windows operating system just like Linux. Inspired by the Linux CLI command `touch`, which is used to create files.

### Command:

`touch [-help | /h] \`

- filename: Name of file to create.
- -help, /h: Display user guide documentation.

To create more than one file attach filenames using \ \ \ ... \ format.