Jeansen / bcrm

Clone, Backup, Restore and More
GNU General Public License v3.0
0 stars 1 forks source link

Utilize more variable expansion #280

Open Jeansen opened 1 year ago

Jeansen commented 1 year ago

See https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html, especially the ${!param@} to print values with quotes and other niceties!

Jeansen commented 1 year ago

See https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html, especially the ${!param@} to print values with quotes and other niceties!