[Linux] Shell script 使用 dictionary 的方法
Last Updated on 2021-07-24 by Clay
在 Linux 中我們可以透過編寫 Shell Script 完成各式各樣的功能程式,來讓我們擁有更好的使用體驗。今天我想要紀錄的,是在 Bash 中該如何使用 Dictionary、也就是所謂的雜湊表(hash table)。
Read More »[Linux] Shell script 使用 dictionary 的方法Last Updated on 2021-07-24 by Clay
在 Linux 中我們可以透過編寫 Shell Script 完成各式各樣的功能程式,來讓我們擁有更好的使用體驗。今天我想要紀錄的,是在 Bash 中該如何使用 Dictionary、也就是所謂的雜湊表(hash table)。
Read More »[Linux] Shell script 使用 dictionary 的方法