Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell new folder

New-Item -ItemType directory -Path C:Scripts
ewDir
Comment

powershell new folder

md <directory name>
Comment

making directory with powershell

New-Item "DirectoryNameOrPath" -Type Directory
Comment

powershell make directory

mkdir <directory name>
Comment

PREVIOUS NEXT
Code Example
Shell :: rename a local and remote git branch 
Shell :: copy command 
Shell :: uninstall adobe creative cloud 
Shell :: git cherry pick multiple commits 
Shell :: git clone https://github.com/git/git 
Shell :: command to install any package using Pip 
Shell :: run cron job as specific user 
Shell :: docker input device is not a tty 
Shell :: git create new repo from branch 
Shell :: ghost in the shell full movie 
Shell :: dir sort by 
Shell :: copying directories in linux 
Shell :: get total github lines 
Shell :: gitgraken pre-receive hook declined 
Shell :: git pull in forked repo 
Shell :: curl with regex 
Shell :: substring in string shell 
Shell :: where are chocolatey packages installed 
Shell :: how to install path adb 
Shell :: how to add filer to git ignore 
Shell :: sync just one file between branches 
Shell :: wsl lost internet connection 
Shell :: How to make digit 9 a constant in Inputmask 
Shell :: sed wrap each line in quotes 
Shell :: bash find file 3 hour 
Shell :: install external windows package 
Shell :: calenderfx installation 
Shell :: linuxbrew on arch 
Shell :: rpm scriptlets 
Shell :: ubuntu 18.04 create folders in dock 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =