module
0.0.0-20230816173940-f2df9f9a18e2
Repository: https://github.com/alperakca79/touch.git
Documentation: pkg.go.dev
# README
touch
What is touch?
The touch is a standard command used in the UNIX/Linux operating system to create files for windows.
Why?
I decided to make this software because there is no touch command in Windows operating systems.
How to Download?
Via Git
git clone https://github.com/lnxwizard/touch.git
Via GitHub CLI
gh repo clone lnxwizard/touch
How to Use?
First, you need to add touch to system path.
One file creating
touch <filename>
Multiple file creating
touch <firstfilename> <secondfilename> <thirdfilename>
Requierments
Windows 7 or higher (7/8/8.1/10/11)