Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash new folder

mkdir dirname
Comment

bash create folder in current directory

mkdir -p dir1/dir2/dir3
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

PREVIOUS NEXT
Code Example
Shell :: ubuntu upgrade php to 7.3 
Shell :: git stash with message 
Shell :: gitlab set global username and password 
Shell :: java path ubuntu 20.04 
Shell :: nodemon script 
Shell :: flutter web setup 
Shell :: git refusing to merge unrelated histories 
Shell :: install aws cli on ubuntu 
Shell :: linux move straight to home dir 
Shell :: git amend 
Shell :: android studio (not installed) flutter ubuntu 
Shell :: see map size linux 
Shell :: How to create or add a user on linux 
Shell :: pytorch for jetson nano 
Shell :: set java_home permanently ubuntu 
Shell :: powershell get all file extensions in directory 
Shell :: aws connect to eks cluster 
Shell :: linux tar command 
Shell :: git log grep 
Shell :: bash shortcuts 
Shell :: install redis-cli on ec2 
Shell :: Install libqt4 ib ubuntu 
Shell :: change remote origin to fork 
Shell :: enable wifi raspberry pi headless 
Shell :: install adb 
Shell :: remove trailing slash 
Shell :: uninstall package with pip 
Shell :: sudo a terminal is required to read the password 
Shell :: how to show ubuntu logo in terminal 
Shell :: new commit 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =