ドットインストールでUNIXコマンドの基礎を学習し、自分でも少し実践。
- curlでhtmlをダウンロードする
- aタグを含む行を抽出する
curl http://www.yahoo.co.jp -o yahoo.html grep "<a href" ./yahoo.html > yahoo.txt
参考サイト
関連エントリー
ドットインストールでUNIXコマンドの基礎を学習し、自分でも少し実践。
curl http://www.yahoo.co.jp -o yahoo.html grep "<a href" ./yahoo.html > yahoo.txt
参考サイト
関連エントリー