1.wget下载页面下的所有链接
wget -r -np -P ./pdf -A pdf http://www.phontron.com/class/nn4nlp2017/assets/slides
会下载到pdf的目录下,也可以新建其他
2.批量解压缩
ls *.tar.gz | xargs -n1 tar xzvf
2021-09-12 07:52:15
1.wget下载页面下的所有链接
wget -r -np -P ./pdf -A pdf http://www.phontron.com/class/nn4nlp2017/assets/slides
会下载到pdf的目录下,也可以新建其他
2.批量解压缩
ls *.tar.gz | xargs -n1 tar xzvf
下一篇:数据库管理工具