Skip to content

Instantly share code, notes, and snippets.

@infosec-intern
Created June 4, 2016 14:21
Show Gist options
  • Save infosec-intern/87a24e5e84e42c8b52c545b7de581c4a to your computer and use it in GitHub Desktop.
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
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