I think single-quote and double-quote characters should NOT be the same. It doesn't provide readability, causes inconsistency instead. Please always use double-quote as in many other programming languages. #python
We can say that BASH is a semi-functional programming language, it's possible to send the output of a command (function) to another command as a parameter. #bash