1
1

More than 1 year has passed since last update.

Webページのリンク から ダウンロードファイル名を抽出

Posted at
$ curl -s 'https://www.XXXXXX.jp/' | grep "<a" | grep "アンカータグ内の項目名" | awk -F 'file=' '{print $2}' | cut -d $'\"' -f 1
donload.zip
$

アンカータグ内のURL内の 先頭から file= までをカットし、" で閉じているファイル名を抽出する

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1