Horje
bash mkdir Code Example
bash mkdir
#Создание директории:

// несколько диреторий
mkdir -p {dir1,dir2}
// несколько вложенных директорий
mkdir -p my-app/{css,js}
Source: habr.com




Shell

Related
bash for file in directory Code Example bash for file in directory Code Example
copy everything in a directory linux Code Example copy everything in a directory linux Code Example
git pull sith ssh key Code Example git pull sith ssh key Code Example
yum install redis cli Code Example yum install redis cli Code Example
list all commits for repo api github Code Example list all commits for repo api github Code Example

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