Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

touch command not working in vscode

To create a new empty file in PowerShell, you can use:

ni new.js
or, without aliases and defaults:

New-Item -Path X:path -Name new.php -ItemType File  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #touch #command #working #vscode
ADD COMMENT
Topic
Name
7+1 =