Skip to content

v0.10.2

Latest
Compare
Choose a tag to compare
@ryuichiueda ryuichiueda released this 05 Jan 08:34
· 193 commits to main since this release

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