现在我的 wget 是:
wget -Ncq -e \"convert-links=off\" --load-cookies /dev/null --tries=50 --timeout=45 --no-check-certificate \"$download\" -O $prefix$title.webm &
它在后台运行,我不希望它在后台。我怎样才能解决这个问题?
现在我的 wget 是:
wget -Ncq -e \"convert-links=off\" --load-cookies /dev/null --tries=50 --timeout=45 --no-check-certificate \"$download\" -O $prefix$title.webm &
它在后台运行,我不希望它在后台。我怎样才能解决这个问题?