Created
June 4, 2016 14:21
-
-
Save infosec-intern/87a24e5e84e42c8b52c545b7de581c4a to your computer and use it in GitHub Desktop.
Adds a Unix-like "touch" command to PowerShell. Add to your profile to get this on PowerShell startup
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
New-Alias -Name "touch" -Value "New-Item" -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment