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.
問題は、その後URLを抽出するために使用wgetしていることです。それをgrepにパイプして、パターンに一致するかどうか、単にURLの名前をエコーするかどうかを確認します。
wget
このようなもの:
wget url |grep "pattern" if successful display urlname