Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make a new folder in ubuntu

mkdir 
Comment

create folder ubuntu and file

# create folder
mkdir <folder_name>

# make folder and add file inside folder

mkdir <folder_name> && touch <folder_name>/<filename>

# e.g mkdir source && source/index.js
Comment

how to make directory in ubantu

mkdir "NewDirectory" && cd "$_"
Comment

PREVIOUS NEXT
Code Example
Shell :: install sail into existing laravel 8 project 
Shell :: ubuntu 20 lts install node 10 
Shell :: video editor linux 
Shell :: how to disable password for ssh sudo users only 
Shell :: how to cd into local machine using ubuntu subsystem 
Shell :: recover lost file git 
Shell :: what .net framework do i have installed 
Shell :: convert master to main 
Shell :: add current directory to path 
Shell :: configuration file is group-readable. This is insecure linux 
Shell :: remove git from project in windows 
Shell :: pass awk varible to bash 
Shell :: install python 2.7 kali linux 
Shell :: tweak tool ubuntu 
Shell :: put bash script execution output in a file 
Shell :: npm uninstall 
Shell :: bash copy file to directory 
Shell :: magento shell reindex 
Shell :: error after docker uninstall 
Shell :: uninstall package with pip 
Shell :: get newest version of original in own fork 
Shell :: how to create a host driver in docker 
Shell :: centos install copmposer 
Shell :: enable rdp windows 10 powershell 
Shell :: git see local changes 
Shell :: install phantomjs 
Shell :: is lubuntu better than ubuntu 
Shell :: mpeg-4 aac decoder h.264 decoder for ubuntu download 
Shell :: rm -rf 
Shell :: error permission to .git denied to deploy key 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =