答案1
使用mech-dump --links
:
mech-dump --links https://unix.stackexchange.com/questions/736061/ |
grep -m1 favicon |
xargs wget -O favicon.ico
mech-dump
安装有珀尔模块WWW::Mechanize
或 Debian 软件包libwww-mechanize-perl
使用托马斯·E·迪基的山猫:
要获取最后一个anaconda
版本:
lynx \
--listonly \
--nonumbers \
--dump https://www.anaconda.com/products/distribution |
grep -m1 -F 'Linux-x86_64.sh' |
xargs wget
如果您信任来源,则执行脚本在飞行中