Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alias: add more information link #5644

Merged
merged 1 commit into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages.de/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Erstellt Aliasse - Alterative Namen für Befehle.
> Aliasse laufen mit der aktuellen Shell-Sitzung ab, es sei denn, sie werden in der Konfigurationsdatei der Shell definiert, z.B. `~/.bashrc`.
> Mehr Informationen: <https://www.man7.org/linux/man-pages/man1/alias.1p.html>.
> Mehr Informationen: <https://tldp.org/LDP/abs/html/aliases.html>.

- Listet alle Aliasse auf:

Expand Down
1 change: 1 addition & 0 deletions pages.es/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Crea alias -- palabras que son remplazadas por una cadena de comando(s).
> Los alias son temporales en la sesión de shell actual, a no ser que estén definidos en el archivo de configuración de la shell, ej. `~/.bashrc`.
> Más información: <https://tldp.org/LDP/abs/html/aliases.html>.

- Listar todos los alias:

Expand Down
1 change: 1 addition & 0 deletions pages.fa/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> ایجاد نام مستعار -- کلمه ای که جایگزین یک دستور می باشد.
> نام های مستعار طول عمری برابر با جلسه جاری شل مربوطه دارند مگر اینکه در فایل های پیکربندی شل مربوط نظیر `~/.bashrc` تعریف شوند.
> اطلاعات بیشتر: <https://tldp.org/LDP/abs/html/aliases.html>.

- نمایش تمامی نام های مستعار:

Expand Down
1 change: 1 addition & 0 deletions pages.id/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Membuat alias -- kata-kata yang digantikan oleh utasan perintah (command).
> Alias menjadi kadaluarsa sampai sesi shell saat ini berakhir, kecuali jika didefinisikan di file konfigurasi shell, misalnya `~/.bashrc`.
> Informasi lebih lanjut: <https://tldp.org/LDP/abs/html/aliases.html>.

- Menampilkan daftar semua alias:

Expand Down
1 change: 1 addition & 0 deletions pages.it/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Crea alias -- parole che sono sostituite da stringhe di comandi.
> Gli alias vengono persi alla chiusura della shell corrente, a meno che non siano definiti nel file di configurazione della shell (ad esempio `~/.bashrc`).
> Maggiori informazioni: <https://tldp.org/LDP/abs/html/aliases.html>.

- Crea un alias:

Expand Down
1 change: 1 addition & 0 deletions pages.ko/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> 명령 문자열로 대체되는 단어인 별칭 -- 작성.
> 별칭은 셀의 구성 파일에 정의되어 있지 않으면 현재 쉘 세션으로 만료됩니다, 예 : `~/.bashrc`.
> 더 많은 정보: <https://tldp.org/LDP/abs/html/aliases.html>.

- 모든 별칭 리스트:

Expand Down
1 change: 1 addition & 0 deletions pages.pt_BR/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Cria apelidos -- palavras que são substituídas por um comando.
> Apelidos expiram ao final da sessão atual do shell de comando, a menos que sejam definidos no arquivo de configuração do shell, por exemplo `~/.bashrc`.
> Mais informações: <https://tldp.org/LDP/abs/html/aliases.html>.

- Criar um apelido:

Expand Down
1 change: 1 addition & 0 deletions pages.pt_PT/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Cria um alias -- palavras que são substituídas por um comando.
> Alias expiram com a sessão da shell atual, a menos que sejam definidos no ficheiro de configuração da shell, por exemplo `~/.bashrc`.
> Mais informações: <https://tldp.org/LDP/abs/html/aliases.html>.

- Listar todos os alias:

Expand Down
1 change: 1 addition & 0 deletions pages.zh/common/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> 创建别名 -- 用给定的字符串指代特定的命令.
> 别名只会在当前的 shell 会话中生效,除非它们在 shell 的配置文件中被定义,例如`~/.bashrc`.
> 更多信息: <https://tldp.org/LDP/abs/html/aliases.html>.

- 创建一个通用的别名:

Expand Down
3 changes: 2 additions & 1 deletion pages/common/alias.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# alias

> Creates aliases -- words that are replaced by a command string.
> Aliases expire with the current shell session, unless they're defined in the shell's configuration file, e.g. `~/.bashrc`.
> Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. `~/.bashrc`.
> More information: <https://tldp.org/LDP/abs/html/aliases.html>.

- List all aliases:

Expand Down