Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

terminal command to create new file

touch filename.txt
Comment

create new file terminal

touch filename.extension
Comment

create new file in terminal

To create a new folder/directory
mkdir foldername

To view the contents of your folder
cd foldername -- to get inside the folder
then
ls or dir -- to view contents of the folder

To create a new file 
touch example.txt -- filename and extension eg .js .html .txt 
Comment

how to create new file through terminal

touch bar.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: platformio install arduino lib 
Shell :: create a new branch and publish gitub 
Shell :: react navigation install 
Shell :: close terminal commang 
Shell :: github cli 
Shell :: git branch from commit 
Shell :: how to restore a mongodb dump with a new name 
Shell :: remove staged files 
Shell :: install apexcharts 
Shell :: gnutls_handshake() failed: Error in the pull function 
Shell :: patch: command not found 
Shell :: delete commit from github 
Shell :: clipboard app for ubuntu 
Shell :: How to get current git id 
Shell :: master to main github 
Shell :: move command in ubuntu 
Shell :: add user centos 7 sudo 
Shell :: How to find a process running on a linux machine from terminal 
Shell :: redis install ubuntu 
Shell :: install spacemacs 
Shell :: create file in linux 
Shell :: windows cmd opens and closes 
Shell :: open directory windows command 
Shell :: remove a directory in ubuntu 
Shell :: gitlab runner npm command not found 
Shell :: git ignore after commit 
Shell :: speedtest cli 
Shell :: isntall gnache cli 
Shell :: rapids install 
Shell :: getting error while installing npm react-redux-form 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =