Oi Max. Minha dúvida é somente com relação ao "http://...." ??Qual é o http://... que coloco no wget.??
Tentei colocar da forma que está na mensagem que enviei à lista mas não deu certo. Onde eu coloco o $1 no script para informar o isbn ao sítio??? Eu consegui gravar o sítio mas sem o valor retornado da busca. Digamos que o wget esteja em retorno.sh. eu digito "retorno.sh 8585934239" eo $1 do script é repassado ao wget. O que eu não sei fazer é o formato do "http://..." e a posição do $1 no "http://..." On Wednesday 26 May 2010 02:35:16 Max Miorim wrote: > 2010/5/26 Jorge Barros de Abreu <[email protected]>: > > Olá. > > > > Preciso gravar o retorno da página de busca abaixo em um arquivo texto > > via wget: > > > > http://www.bn.br/portal/?plugin=Isbn&url=/site/pages/servicosProfissionai > >s/agenciaISBN/isbnBusca/FbnBuscaISBNCatalogo.asp?pField=ISBN&pIntPagina=1& > >tit=Procura por ISBN&nu_padrao_apresentacao=26 > > > > Qual o parâmetro do wget???? > > > > Obrigado. > > -O file > --output-document=file > The documents will not be written to the appropriate files, > but all will be > concatenated together and written to file. If - is used as > file, documents will > be printed to standard output, disabling link conversion. > (Use ./- to print to a > file literally named -.) > > Use of -O is not intended to mean simply "use the name file > instead of the one in > the URL;" rather, it is analogous to shell redirection: > wget -O file http://foo is > intended to work like wget -O - http://foo > file; file > will be truncated > immediately, and all downloaded content will be written there. > > For this reason, -N (for timestamp-checking) is not > supported in combination with > -O: since file is always newly created, it will always have > a very new timestamp. > A warning will be issued if this combination is used. > > Similarly, using -r or -p with -O may not work as you > expect: Wget won't just > download the first file to file and then download the rest > to their normal names: > all downloaded content will be placed in file. This was > disabled in version 1.11, > but has been reinstated (with a warning) in 1.11.2, as > there are some cases where > this behavior can actually have some use. > > Note that a combination with -k is only permitted when > downloading a single > document, as in that case it will just convert all relative > URIs to external ones; > -k makes no sense for multiple URIs when they're all being > downloaded to a single > file. -- Data Estelar 2455342,668021 http://sites.google.com/site/ficmatinf Desejo-lhe Paz, Vida Longa e Prosperidade. São Bem Vindas Mensagens no Formato texto UTF-8 com Acentos. -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.istf.com.br/perguntas/ Para sair da lista envie um e-mail para: [email protected]

