Kaynağa Gözat

brightness, n, open, pbcopy, pbpaste, rename, route, rubocop, softwareupdate, timed, where, while, xed, xip: add link (#7831)

git-em 3 yıl önce
ebeveyn
işleme
2ce63b334e

+ 1 - 0
pages.de/osx/open.md

@@ -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 - 0
pages.es/osx/rubocop.md → pages.es/common/rubocop.md

@@ -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 - 0
pages.id/osx/brightness.md

@@ -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 - 0
pages.id/osx/pbcopy.md

@@ -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 - 0
pages.id/osx/pbpaste.md

@@ -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:
 

+ 1 - 0
pages.pt_BR/common/where.md

@@ -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 - 0
pages.pt_BR/common/while.md

@@ -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 - 0
pages.pt_PT/osx/rename.md

@@ -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 - 1
pages.pt_PT/osx/route.md

@@ -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 - 0
pages.pt_PT/osx/softwareupdate.md

@@ -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 - 0
pages.pt_PT/osx/xed.md

@@ -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:
 

+ 1 - 0
pages.pt_PT/osx/xip.md

@@ -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 - 0
pages.zh/common/n.md

@@ -1,6 +1,7 @@
 # n
 
 > 用于管理多个节点版本的工具。
+> 更多信息:<https://github.com/tj/n>.
 
 - 安装给定版本的节点。如果版本已经安装,它将被激活:
 

+ 0 - 0
pages.zh/osx/rubocop.md → pages.zh/common/rubocop.md


+ 1 - 0
pages.zh/common/where.md

@@ -2,6 +2,7 @@
 
 > 报告所有已知的命令入口。
 > 它可以是一个在`PATH`中的可执行文件,一个别名,或者一个 shell 內建命令。
+> 更多信息:<https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
 
 - 报告所有已知命令入口:
 

+ 1 - 0
pages/common/n.md

@@ -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:
 

+ 1 - 0
pages/common/where.md

@@ -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 - 0
pages/common/while.md

@@ -1,6 +1,7 @@
 # while
 
 > Simple shell loop.
+> More information: <https://manned.org/while>.
 
 - Read stdin and perform an action on every line:
 

+ 1 - 0
pages/osx/timed.md

@@ -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: