Powershell and Bash Posted bySiva January 23, 2011 Leave a comment on Powershell and Bash Create a empty file Bash touch <filename> Powershell New-Item <filename> -type file