FetchLinux可通过以下方式批量下载文件:
*匹配多个文件,如fetchlinux "http://example.com/images/*.{jpg,jpeg,png}"。-f指定文件,如fetchlinux -f urls.txt。-r或--recursive下载目录及其子目录文件,可搭配-l限制深度,如fetchlinux -r "http://example.com"。--accept指定文件类型,如fetchlinux "http://example.com/*" --accept="text/plain"。