0

私はソフトウェア開発クラスの途中で、ソフトウェア開発のすべてで「DRY」の原則を実践しようとしているので、練習のために、wget にこの中のすべてのファイルをダウンロードしてもらいたい (http://fusionplant.com/ archive/textfiles/) ディレクトリには、「攻撃的」という単語が含まれています。

そのうちの 1 つの例を次に示します。http://fusionplant.com/archive/textfiles/gnu_fortune/gnu_fortune_offensive_astrology

これを達成する方法はありますか?彼らは正規表現を使用すると思いますが、それを実行するのに十分な比較例をオンラインで見つけることができません。

これは私が使用しようとしたコマンドですが、間違っています。近くにもありませんが、ここにあります:

    wget -A '*offensive*.txt' http://fusionplant.com/archive/textfiles/gnu_fortune

エラーメッセージは返されませんでしたが、インデックスファイルをダウンロードしただけです

wget -A '*offensive*.txt' http://fusionplant.com/archive/textfiles/gnu_fortune
--2012-06-15 11:15:07--  http://fusionplant.com/archive/textfiles/gnu_fortune
Resolving fusionplant.com... 216.254.119.231
Connecting to fusionplant.com|216.254.119.231|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://fusionplant.com/archive/textfiles/gnu_fortune/ [following]
--2012-06-15 11:15:07--  http://fusionplant.com/archive/textfiles/gnu_fortune/
Reusing existing connection to fusionplant.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “gnu_fortune”

[  <=>                                  ] 14,576      50.4K/s   in 0.3s    

2012-06-15 11:15:08 (50.4 KB/s) - “gnu_fortune” saved [14576]
4

1 に答える 1