dylanaraps / pure-bash-bible

📖 A collection of pure bash alternatives to external processes.
MIT License
36.41k stars 3.27k forks source link

add namerefs to avoid command substitution subproc for function output assignment #106

Closed txbm closed 3 years ago

txbm commented 3 years ago

Adds a way to use namerefs to avoid command substitution assignment for function output.

dylanaraps commented 3 years ago

namerefs are good fun. Thanks for the PR.