Implemented builtin printf
I hastily implemented to use bash_completion. The difference toward the external command is the existence of -v option.
π£ printf -v aaa bbb
π£ echo $aaa
bbb
π£ printf -v a[5] abc
π£ echo ${a[5]}
abc
I hastily implemented to use bash_completion. The difference toward the external command is the existence of -v option.
π£ printf -v aaa bbb
π£ echo $aaa
bbb
π£ printf -v a[5] abc
π£ echo ${a[5]}
abc