複数のファイルをカールする


複数のURLでリソースをダウンロードする.
curl "example.com/path/{bravo, alpha, charlie}.html" -o "example/#1.html"
になります.
example/bravo.html
example/alpha.html
example/charlie.html

特定のページ(IE :ディレクトリ)のすべてのリンクを取得する簡単な方法
ページとペーストのdevコンソールでホップします.
copy(document.links)
これは、ページ上のすべてのリンクの配列をクリップボードにコピーします.