Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash check parameter is set

if [ -z "$1" ]; then
    echo "no paramater given"
else
	echo paramater is "$1"
fi
Comment

PREVIOUS NEXT
Code Example
Shell :: download draw.io for ubuntu 
Shell :: install jupyterlab with conda 
Shell :: bash date yesterday format 
Shell :: show mongodb version 
Shell :: npm vercel 
Shell :: Error: Node Sass does not yet support your current environment 
Shell :: get pid running on port 
Shell :: Unable to resolve dependency tree error when installing npm packages 
Shell :: see my dns server linux 
Shell :: gitlab ci allow failure 
Shell :: how to read temperature in linux 
Shell :: install jenkins on ubuntu 
Shell :: remove a folder from git tracking 
Shell :: ubuntu glibc install 
Shell :: pip install pandas 
Shell :: clear ram linux 
Shell :: uninstall qgis ubuntu 20.04 
Shell :: gulp cli 
Shell :: bash slurm show running jobs 
Shell :: linux screen brightness command line 
Shell :: ln phpmyadmin 
Shell :: conda install tweepy 
Shell :: install sshuttle ubuntu 
Shell :: how to uninstall wps office in ubuntu 
Shell :: flutter add windows support to existing app 
Shell :: findspark:install 
Shell :: git clone recursive 
Shell :: please provide a valid cache path error 
Shell :: pip install requirements.txt ignore errors 
Shell :: bash remove extension 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =