Functions in shell script
Have lot of repeated shell code ? try writing function in that :) writing functions in any languages lowers the headache of any programmer , it implements DRY (Do not Repeat Yourself!) rule and that’s cool to why would i...