我正在使用 wget --spider。它消耗了大量的内存。如何通过 wget 命令限制 RAM 内存的使用?
wget --spider -r -c http://www.example.org 2>&1 | grep '^--' | awk '{ print $3 }' | grep -v '\.\(css\|js\|png\|gif\|jpg\|JPG\)$' > example.txt
“-c”不能与--spider一起使用?我想将链接放在 example.txt 中,并能够在其他时间继续使用链接提供 txt