Horje
powershell make directory Code Example
powershell new folder
New-Item -ItemType directory -Path C:\Scripts\newDir
powershell make directory
mkdir <directory name>
powershell new item
New-Item "C:\file.txt" -ItemType File -Force




Shell

Related
$$ in shell script Code Example $$ in shell script Code Example
merge master to dev branch Code Example merge master to dev branch Code Example
refusing to merge unrelated git Code Example refusing to merge unrelated git Code Example
create gitignore files windows Code Example create gitignore files windows Code Example
chown specific user linux Code Example chown specific user linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11