把經驗和實作記錄,當作是提醒自己,或分享經驗,也很有益處。若發現任何錯漏或有某高見,請不吝留言賜教。 本站任何內容均不得複製或轉貼,若需轉貼,請先獲得站長許可。
for f in *.m4a; do openssl sha256 "$f" > "$f.sha256"; done
for f in *.m4a; do diff <(openssl sha256 "$f") <(cat "$f.sha256"); done
沒有留言:
發佈留言