Monthly Archives: July 2015

Conditions in BASH scripts Pt. 1

This is just a reminder for myself. Usually I have to look this up in Google whenever I want to use it 🙁 Check if string A contains string B: if [[ $A == *”$B”* ]] then echo We have … Continue reading

Posted in Bash, Beginner | Leave a comment