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
- Host: GitHub
- URL: https://github.com/md-dipu/touch
- Owner: Md-Dipu
- Created: 2022-02-14T05:41:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T13:37:09.000Z (about 3 years ago)
- Last Synced: 2025-04-10T21:35:10.755Z (11 months ago)
- Topics: cli-command, file-create, touch
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.