Horje
if argument supplied bash Code Example
if argument supplied bash
if [ -z "$1" ]
  then
    echo "No argument supplied"
fi

if ["$1" ]
  then
    echo "Argument supplied is: "$1
fi




Shell

Related
conda install librosa Code Example conda install librosa Code Example
how to extract tar.gz file in colab Code Example how to extract tar.gz file in colab Code Example
update nextjs to last version Code Example update nextjs to last version Code Example
! [rejected] master -> master (fetch first) Code Example ! [rejected] master -> master (fetch first) Code Example
install aws elastic beanstalk cli Code Example install aws elastic beanstalk cli Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12