Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create shell script

Let us understand the steps in creating a Shell Script:
1. Create a file using a vi editor(or any other editor). Name script file with extension . sh.
2. Start the script with #! /bin/sh.
3. Write some code.
4. Save the script file as filename.sh.
5. For executing the script type bash filename.sh.
Comment

PREVIOUS NEXT
Code Example
Shell :: composer install ubuntu 20.04 
Shell :: discord.py install 
Shell :: git create branch from tag 
Shell :: Connect to a VM instance by using SSH. 
Shell :: install sam cli ubuntu 
Shell :: git remote set url 
Shell :: find text in all files linux 
Shell :: how to install terraform in ubuntu 18.04 
Shell :: ubuntu 20.04 ntfs read only 
Shell :: pip install graphics 
Shell :: vlc for ubuntu 
Shell :: ssh connect command 
Shell :: how to install dpkg in ubuntu 
Shell :: yarn install netlify 
Shell :: undo git rebase 
Shell :: batch script loop 
Shell :: start fast api server 
Shell :: hibernate command in windows 10 stackoverflow 
Shell :: ubuntu check permissions of file 
Shell :: kill a process with pid 
Shell :: error: unknown command "neat" for "kubectl" 
Shell :: main vs master in git 
Shell :: how to remove non empty dircetory 
Shell :: how to connect to heroku app using git remotely 
Shell :: how to remove a non empty directory in linux 
Shell :: ffprobe get duration 
Shell :: move view vim 
Shell :: apache enable module 
Shell :: install docker in kali linux 
Shell :: add line at beginning of file unix 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =