mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
brightness, n, open, pbcopy, pbpaste, rename, route, rubocop, softwareupdate, timed, where, while, xed, xip: add link (#7831)
This commit is contained in:
parent
80ddce96fe
commit
2ce63b334e
19 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# open
|
||||
|
||||
> Öffne Dateien, Verzeichnisse und Anwendungen.
|
||||
> Weitere Informationen: <https://ss64.com/osx/open.html>.
|
||||
|
||||
- Öffne eine Datei in der zugehörigen Anwendung:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# rubocop
|
||||
|
||||
> Analiza archivos de Ruby.
|
||||
> Más información: <https://docs.rubocop.org/rubocop/usage/basic_usage.html>.
|
||||
|
||||
- Verifica todos los archivos en el directorio actual (incluyendo subdirectorios):
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
# brightness
|
||||
|
||||
> Menampilkan dan mengubah brightness (tingkat kecerahan) untuk internal dan external displays.
|
||||
> Informasi lebih lanjut: <https://github.com/nriley/brightness>.
|
||||
|
||||
- Menampilkan brightness sekarang:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pbcopy
|
||||
|
||||
> Menempatkan output standar pada papan klip (clipboard).
|
||||
> Informasi lebih lanjut: <https://ss64.com/osx/pbcopy.html>.
|
||||
|
||||
- Menempatkan konten file pada papan klip:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pbpaste
|
||||
|
||||
> Mengirim isi papan klip (clipboard) ke output standar.
|
||||
> Informasi lebih lanjut: <https://ss64.com/osx/pbpaste.html>.
|
||||
|
||||
- Menulis konten papan klip ke dalam sebuah file:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Reporta todas as instâncias conhecidas do comando.
|
||||
> Pode ser um executável na variável PATH, um alias, ou um comando builtin do shell.
|
||||
> Mais informações: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
||||
|
||||
- Encontra todas as instâncias de um comando:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# while
|
||||
|
||||
> Loop simples da shell.
|
||||
> Mais informações: <https://manned.org/while>.
|
||||
|
||||
- Lê a entrada default (stdin) e realiza uma ação a cada linha:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# rename
|
||||
|
||||
> Altera o nome de um ficheiro ou grupo de ficheiros com uma expressão regular.
|
||||
> Mais informações: <https://www.manpagez.com/man/2/rename/>.
|
||||
|
||||
- Altera "antes" para "depois" o nome dos ficheiros especificados:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Alteração manual da tabela de rotas.
|
||||
> Necessita de root.
|
||||
> Mais informações: <https://www.manpagez.com/man/8/route/>.
|
||||
|
||||
- Adiciona uma rota para um destino passando por um gateway:
|
||||
|
||||
|
@ -23,6 +24,6 @@
|
|||
|
||||
`sudo route delete {{endereco_ip_destino}}/24`
|
||||
|
||||
- Procura e mostra a rota para um destino (nome da máquina ou endereço IP)
|
||||
- Procura e mostra a rota para um destino (nome da máquina ou endereço IP):
|
||||
|
||||
`sudo route get {{destino}}`
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# softwareupdate
|
||||
|
||||
> Ferramenta de atualização de aplicativos da App Store via linha de comandos.
|
||||
> Mais informações: <https://ss64.com/osx/softwareupdate.html>.
|
||||
|
||||
- Lista todos as atualizações disponíveis:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# xed
|
||||
|
||||
> Abre ficheiros para editar no Xcode.
|
||||
> Mais informações: <https://www.manpagez.com/man/1/xed/>.
|
||||
|
||||
- Abre um ficheiro no Xcode:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Cria ou extrai ficheiros comprimido de um arquivo xip.
|
||||
> Apenas arquivos criados pela Apple são confiáveis, dado isto esta ferramenta não deve ser utilizada para criar arquivos.
|
||||
> Mais informações: <https://www.manpagez.com/man/1/xip/>.
|
||||
|
||||
- Extrai o arquivo para o diretório de trabalho atual:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# n
|
||||
|
||||
> 用于管理多个节点版本的工具。
|
||||
> 更多信息:<https://github.com/tj/n>.
|
||||
|
||||
- 安装给定版本的节点。如果版本已经安装,它将被激活:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 报告所有已知的命令入口。
|
||||
> 它可以是一个在`PATH`中的可执行文件,一个别名,或者一个 shell 內建命令。
|
||||
> 更多信息:<https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
||||
|
||||
- 报告所有已知命令入口:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# n
|
||||
|
||||
> Tool to manage multiple node versions.
|
||||
> More information: <https://github.com/tj/n>.
|
||||
|
||||
- Install a given version of node. If the version is already installed, it will be activated:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Reports all known instances of a command.
|
||||
> It could be an executable in the PATH environment variable, an alias, or a shell builtin.
|
||||
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
||||
|
||||
- Find all instances of a command:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# while
|
||||
|
||||
> Simple shell loop.
|
||||
> More information: <https://manned.org/while>.
|
||||
|
||||
- Read stdin and perform an action on every line:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Service that synchronizes system time (e.g. using NTP).
|
||||
> It should not be invoked manually.
|
||||
> More information: <https://manned.org/timed>.
|
||||
|
||||
- Start the daemon:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue