↧
Compare two strings in a bash script
bash script compare textif [ $var == "value" ]thenecho is the samefihttp://www.tech-recipes.com/rx/209/bournebash-shell-scripts-string-comparison/(Numbers are -eq)
View ArticleUnderstanding past changes with diff and git log
In figuring out what changed in a theme's files (an incorrectly made subtheme; instead of overriding the base themes stylesheets, changes should have gone into its own files with different names),...
View Article