Created
March 25, 2019 02:31
-
-
Save tamuhey/c6e59caf7814be217eba10050f5f98ba to your computer and use it in GitHub Desktop.
`touch` for Powershell
This file contains 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
function touch(){ new-item $args[0] -itemtype file } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment