Horje
check if bash variable is undefined Code Example
check if bash variable is undefined
if test -z "$var" 
then
      echo "\$var is empty"
else
      echo "\$var is NOT empty"
fi




Shell

Related
ubuntu not showing video thumbnails Code Example ubuntu not showing video thumbnails Code Example
activar htaccess en apache Code Example activar htaccess en apache Code Example
hyper-v powershell add scsi DVD Code Example hyper-v powershell add scsi DVD Code Example
git rm --cached Code Example git rm --cached Code Example
check git connfig Code Example check git connfig Code Example

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