蟹肉棒 是用什麼做成的

有些人不能吃螃蟹,所以蟹肉棒也會跳過,不過我是照吃啦~~~

從價格來看,我就不相信蟹肉棒是用螃蟹肉做的,此篇文章解釋的比較清楚,蟹肉棒的主要成份是魚漿,所以可以安心食用囉~

閱讀全文〈蟹肉棒 是用什麼做成的〉

Bash script 取得自己的檔案名稱

Bash 的 Shell script 要抓自己的檔案名稱,只要用 $0 就可以抓到,不過 Shell script 若被呼叫時,用 $0 抓到的名稱是如何呢?

另外,Bash 有哪些預設的變數可以使用呢?

閱讀全文〈Bash script 取得自己的檔案名稱〉

Unix 原始碼的歷史演進 Repository

Unix Source code 的歷史紀錄,從 1970年開始,有人將它整理到 Github 裡面,有興趣可以參考看看。

  • 詳見:dspinellis/unix-history-repo - The goal of this project is to create a git repository representing the Unix source code history, starting from the 1970s and ending in the modern time.