用 shell script 進行集合計算
-
\$ a - b \$
sort a.file b.file b.file | uniq -u
-
\$ a nn b \$
sort a.file b.file | uniq
-
\$ a uu b \$
sort a.file b.file | uniq -d
使用 shell script 新增一筆 crontab
(crontab -l 2>/dev/null; echo "* * * * * your_command") | sort - | uniq - | crontab -
安裝支援 asciidoc 語法的 hugo
安裝 RVM → 安裝 ruby → 安裝 asciidoctor → 安裝 hugo
安裝 Rust 開發環境
使用 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
安裝 Rust 開發環境。