Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Windows ユーザーで、次のスクリプトを使用してクロールを実行したいと考えています (wget と egrep をダウンロードしました)。
wget --quiet http://example.com/sitemap.xml --output-document - | egrep -o "http://example.com[^<]+" | wget -q --delete-after -i -
しかし、egrep オプションが認識されません。ありがとうございました
これはUNIXのコマンドラインです。cygwinまたはgit-bashをインストールして、bashウィンドウを開き、そこからコマンドを実行してみてください。