mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
Update pages.pt_BR/common/wget.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
befb0b82ab
commit
3b51e3be21
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Baixa uma única página web e todo os seus recursos com intervalos de 3 segundos entre requisições (scripts, stylesheets, imagens, etc.):
|
||||
|
||||
`wget --page-requisites --convert-links --wait=3 {{https://exemplo.com/algumapagina.html}}`
|
||||
`wget --page-requisites --convert-links --wait={{3}} {{https://exemplo.com/algumapagina.html}}`
|
||||
|
||||
- Baixa todos os arquivos listados dentro de um diretório e seus sub-diretórios (não baixa elementos de página incorporados):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue