mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
alias: add more information link (#5644)
This commit is contained in:
parent
2ce0ebf00c
commit
edd9c5a5dc
10 changed files with 11 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> ایجاد نام مستعار -- کلمه ای که جایگزین یک دستور می باشد.
|
||||
> نام های مستعار طول عمری برابر با جلسه جاری شل مربوطه دارند مگر اینکه در فایل های پیکربندی شل مربوط نظیر `~/.bashrc` تعریف شوند.
|
||||
> اطلاعات بیشتر: <https://tldp.org/LDP/abs/html/aliases.html>.
|
||||
|
||||
- نمایش تمامی نام های مستعار:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 명령 문자열로 대체되는 단어인 별칭 -- 작성.
|
||||
> 별칭은 셀의 구성 파일에 정의되어 있지 않으면 현재 쉘 세션으로 만료됩니다, 예 : `~/.bashrc`.
|
||||
> 더 많은 정보: <https://tldp.org/LDP/abs/html/aliases.html>.
|
||||
|
||||
- 모든 별칭 리스트:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> 创建别名 -- 用给定的字符串指代特定的命令.
|
||||
> 别名只会在当前的 shell 会话中生效,除非它们在 shell 的配置文件中被定义,例如`~/.bashrc`.
|
||||
> 更多信息: <https://tldp.org/LDP/abs/html/aliases.html>.
|
||||
|
||||
- 创建一个通用的别名:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue