Horje
bash set var if not set Code Example
bash set var if not set
${parameter:-word}
    # If parameter is unset or null, the expansion of word is substituted. 
    # Otherwise, the value of parameter is substituted.




Shell

Related
create cat document ubuntu Code Example create cat document ubuntu Code Example
minishift admin-user addon Code Example minishift admin-user addon Code Example
dockerfile comment Code Example dockerfile comment Code Example
install mongoes Code Example install mongoes Code Example
powershell open device manager Code Example powershell open device manager Code Example

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