/touch

touch command from Unix/Linux for Windows OS's

Primary LanguageGoMIT LicenseMIT

touch

touch_usage

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/AlperAkca79/touch.git
gh repo clone AlperAkca79/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>

Usage of touch

Requierments

Windows 7 or higher (7/8/8.1/10/11)

License

MIT License

Contributors