Effective Computer Science - 頂は礎の上に -

新しい技術の多くは基礎的な技術の上に成り立っています。激動の技術変化に耐えうる体系知識の習得を目的に「基礎と実践の架け橋」となるサイトを目指します。

【サイト】コマンドを打ち込むと解説を生成してくれる

explainshell.com

シンプルなUI

f:id:hatanaman2:20181124054213p:plain

コマンド送信後

f:id:hatanaman2:20181124054251p:plain

コマンド

rm -rf 
  • コマンド全体 に対する解説文
    • remove files or directories
  • -r, -R, --recursive に対する解説文
    • remove directories and their contents recursively
  • -f, --force に対する解説文
    • ignore nonexistent files, never prompt

explainshell.com