Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash new folder

mkdir dirname
Comment

bash make directory

mkdir /Desktop/folder
cd /Desktop/folder
Comment

create folder with shell/bash

mkdir <Folder Name>
Comment

bash creating folders and files

mkdir /tmp/tutorial
cd /tmp/tutorial

mkdir dir1 dir2 dir3

mkdir
cd /etc ~/Desktop
ls
Comment

how to make directory in bash

# Make a new directory
mkdir directory_name1

# Make new directory without leaving home directory
mkdir directory_name1/directory_name2
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh copy file from local to remote 
Shell :: git remove all branches except master windows 
Shell :: install brain.js 
Shell :: delete all stopped docker containers 
Shell :: push to git 
Shell :: color logging python 
Shell :: install sqlite in ubuntu 
Shell :: run flask app from command line 
Shell :: RHEL check the firewall status 
Shell :: Replace git master with another branch 
Shell :: zsh command not found nvm mac 
Shell :: como fazer commit github 
Shell :: kill port 3000 ubuntu 
Shell :: git ssh key ubuntu 
Shell :: how to install pip flask on macos 
Shell :: install tmux on fedora32 
Shell :: how to remove git from a project 
Shell :: git set remote origin url 
Shell :: mount docker volume in container 
Shell :: remove git remote 
Shell :: how to make a .sh file executable 
Shell :: docker image convert to tar 
Shell :: how to make a push in github 
Shell :: Delete all running and stopped containers 
Shell :: install spark on mac 
Shell :: pymongo.errors.ServerSelectionTimeoutError: localhost:27017 
Shell :: node js 16 install ubuntu 20.04 
Shell :: bluetooth software for linux 
Shell :: github page 404 
Shell :: docker ftp client 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =