Horje
bash check parameter is set Code Example
bash check parameter is set
if [ -z "$1" ]; then
    echo "no paramater given"
else
	echo paramater is "$1"
fi




Shell

Related
bash errors: syntax error - ambiguous - file Code Example bash errors: syntax error - ambiguous - file Code Example
Got an error creating the test database: ERREUR: droit refusé pour créer une base de données Code Example Got an error creating the test database: ERREUR: droit refusé pour créer une base de données Code Example
bash grep find lines that start with word Code Example bash grep find lines that start with word Code Example
curl show powershell show full content Code Example curl show powershell show full content Code Example
uninstall mono ubuntu Code Example uninstall mono ubuntu Code Example

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