mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
jar: translating commands arguments pt_BR
This commit is contained in:
parent
649f7c7559
commit
8cd59e1435
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
- Arquiva recursivamente todos os arquivos do diretório atual em um arquivo .jar:
|
||||
|
||||
`jar cf {{file.jar}} *`
|
||||
`jar cf {{arquivo.jar}} *`
|
||||
|
||||
- Descompacta o arquivo .jar/.war para o diretório atual:
|
||||
|
||||
`jar -xvf {{file.jar}}`
|
||||
`jar -xvf {{arquivo.jar}}`
|
||||
|
||||
- Lista o conteúdo do arquivo .jar/.war:
|
||||
|
||||
`jar tf {{path/to/file.jar}}`
|
||||
`jar tf {{caminho/para/arquivo.jar}}`
|
||||
|
||||
- Lista o conteúdo do arquivo .jar/.war com mais detalhes (verbose):
|
||||
|
||||
`jar tvf {{path/to/file.jar}}`
|
||||
`jar tvf {{caminho/para/arquivo.jar}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue