Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mkdir -p shell

mkdir newfolder #Creates new folder in current directory
mkdir -p newfolder/subfolder #Creates folder with nested subfolders
Comment

mkdir command

#usage:
mkdir <name>

#also it can be abbreviated to:
md <name>#in cmd(windows)

#it creates a folder with name <name>
Comment

PREVIOUS NEXT
Code Example
Shell :: nginx on ubuntu 
Shell :: what is user in linux? 
Shell :: authy 
Shell :: allow a port in centos 8 stackoverflow 
Shell :: kills a process on port 
Shell :: wps office has not found any installed printers 
Shell :: cartesian product file shell 
Shell :: git add existing proj to a new repo failed 
Shell :: kubectl jq json pod name jsonpath 
Shell :: renaming a file in linux 
Shell :: setting ssh for github 
Shell :: create a tunnel via permanently 
Shell :: /bin/grep: /sbin/init: No such file or directory 
Shell :: ubuntu stop jira service 
Shell :: user friendly linux distro 
Shell :: poetry install packages 
Shell :: deploying to heroku from git 
Shell :: install styletron 
Shell :: ubuntu reset to default dash 
Shell :: control pc brightness with shell script mac 
Shell :: postgresql user permissions to database 
Shell :: how to stop a website running on port 8000 or any other port 
Shell :: asp.net existing database 
Shell :: crontab syntax 
Shell :: ssh disconnecting timeout 
Shell :: How to Enable the Ultimate Performance 
Shell :: create ext4 file system linux 
Shell :: alfred intellij toolbox 
Shell :: install intel-gpu-tools 
Shell :: linux remove non empty directory 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =