Skip to content

touch command from Unix/Linux for Windows OS'

License

Notifications You must be signed in to change notification settings

lnxwizard/touch

Repository files navigation

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/lnxwizard/touch.git
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>

Usage of touch

Requierments

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

License

MIT License

Contributors