Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 162 Bytes

2. create new file in command line.md

File metadata and controls

12 lines (9 loc) · 162 Bytes

create new file using the command line in WindowsOS

echo $null >> filename

FOR EXAMPLE

echo $null >> main.js
echo $null >> main.ts