Horje
if has bash Code Example
if has bash
string='Hi substring' #To check if string has "Mylong" substring do
if [[ $string == *"substring"* ]]; then
  echo "String has substring"
fi




Shell

Related
linux list services Code Example linux list services Code Example
remotelog muirey03 github Code Example remotelog muirey03 github Code Example
change dns linux Code Example change dns linux Code Example
cancel a commit not pushed Code Example cancel a commit not pushed Code Example
tays vimrc Code Example tays vimrc Code Example

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