Last active
November 8, 2017 22:06
-
-
Save Zyten/028a242da651398f53a1ce5f35e80afc to your computer and use it in GitHub Desktop.
One-liner to mock Unix touch command in Windows to create new empty files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Usage: touch mynewfile.txt | |
copy /b NUL %1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment