Closed naltun closed 5 years ago
Backticking is a legacy feature of Bash. The modern method is to use "$()" instead. Also, double-quoting variables will prevent globbing and word splitting. This can have nasty side effects. :)
Awesome project!
Backticking is a legacy feature of Bash. The modern method is to use "$()" instead. Also, double-quoting variables will prevent globbing and word splitting. This can have nasty side effects. :)
Awesome project!