0

现在我的 wget 是:

wget -Ncq -e \"convert-links=off\" --load-cookies /dev/null --tries=50 --timeout=45 --no-check-certificate \"$download\" -O $prefix$title.webm &

它在后台运行,我不希望它在后台。我怎样才能解决这个问题?

4

1 回答 1

2
wget -Ncq -e \"convert-links=off\" --load-cookies /dev/null --tries=50 --timeout=45 --no-check-certificate \"$download\" -O $prefix$title.webm #&

&发送到后台 #是评论

于 2013-01-20T22:34:22.753 回答