Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.06 KB

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