Created
June 2, 2019 06:53
-
-
Save wwyqianqian/b3048fd791f18b60748183c57bfa2883 to your computer and use it in GitHub Desktop.
云课堂批量下载+重命名文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://spoc.ccnu.edu.cn:80/getFileStream/68e079ca5e2211e892a5000c2974f54a 2-9-11Ferrers图像、指数型母函数.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/67773cc15e2211e892a5000c2974f54a 2-14非线性递推关系举例.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/5dab8f8e5e2211e892a5000c2974f54a 2-7线性常系数非齐次递推、整数拆分 Stirling数_Mar21_2016.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/532418a25e2211e892a5000c2974f54a 2-5线性常系数非齐次递推、Stirling数.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/417d961c5e2211e892a5000c2974f54a 2-4线性常系数齐次递推.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/419ebfb045d211e892a5000c2974f54a 2-1递推关系举例、Fibonacci数列.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/41790bd045d211e892a5000c2974f54a 2-2Fibonacci数列若干等式母函数性质.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/7e78983b3c6911e892a5000c2974f54a 1-3组合解释、举例.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/5196635128fd11e8ac9f000c2974f54a 1-2排列组合生成、可重组合.pdf | |
| http://spoc.ccnu.edu.cn:80/getFileStream/5123ed4c28fd11e8ac9f000c2974f54a 1-1排列组合.pdf | |
| while read c1 c2; do | |
| wget "$c1" -O "$c2" | |
| done < 1.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment