Horje
grep if Code Example
grep if
if echo "40922|OPR MO 12345|OPR MO 12345|12345|202|local|LMNO" | grep -q "MO"
  then echo "FOUND"
  else echo "NOT FOUND"
fi




Shell

Related
how to install phpunit Code Example how to install phpunit Code Example
Loop through an array of strings in Bash Code Example Loop through an array of strings in Bash Code Example
powershell copy-item specify credentials Code Example powershell copy-item specify credentials Code Example
changing folder permission in linux Code Example changing folder permission in linux Code Example
feature branch naming convention git Code Example feature branch naming convention git Code Example

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