我正在运行wget命令,但是由于网站的原因,它会定期下载“伪数据”。因此,我现在要下载数十次才能获得正确的内容。
我现在想要以下内容:
use the wget command
check if in that directory are files <100kB
if yes ->use robocopy to save the >100kB files to another folder; repeat with wget
if no -> stop
我有wget命令和robocopy命令。
我现在只需要检查目录中是否有文件<100kB以及如何将其放到cmd / powershell / bat或其他文件中的功能。
该命令的外观如何?我特别不知道如何检查文件。