Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ash if statment

if [ "$USER" == "Adam" ]
then
	echo "User is Adam"
else
	echo "User is not Adam"
fi
Comment

PREVIOUS NEXT
Code Example
Shell :: git fatal bad revision cherry-pick 
Shell :: vim exit 
Shell :: install ssl certificate ubuntu nginx 
Shell :: how to see staged files in git 
Shell :: git aliases 
Shell :: bash if is link simbolico 
Shell :: git push remote 
Shell :: grep exclude files 
Shell :: find all .desktop files linux 
Shell :: revert local merge 
Shell :: bash copy directory and all contents 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6. 
Shell :: install yarn windows 
Shell :: curl upload to artifactory with basic auth 
Shell :: ssh key github 
Shell :: how to create permanent alias in linux 
Shell :: Find last digit of a number in c# 
Shell :: remove all branch local git 
Shell :: how to ssh in termux 
Shell :: docker login command line push 
Shell :: flush the port 3001 
Shell :: powershell sharepoint copy file to other site collection 
Shell :: recursive dir batch 
Shell :: run bash script linux with sudo password 
Shell :: android uninstall application adb 
Shell :: remove a file from a commit 
Shell :: create pdf from images linux 
Shell :: linux groups 
Shell :: run apache xampp 
Shell :: bash change case 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =