@@ -1,7 +1,7 @@
# chsh
> Promijeni korisnički login shell.
-> Više informacija: <https://man.archlinux.org/man/chsh.1>.
+> Više informacija: <https://manned.org/chsh>.
- Promijeni shell:
> Skift brugerens login shell.
-> Mere information: <https://man.archlinux.org/man/chsh.1>.
+> Mere information: <https://manned.org/chsh>.
- Skift shell:
> Ändere die Login-Shell eines Benutzers.
-> Mehr Informationen: <https://man.archlinux.org/man/chsh.1>.
+> Mehr Informationen: <https://manned.org/chsh>.
- Ändere die Login-Shell eines Benutzers:
# clear
> Leert den Bildschirm eines Terminals.
-> Mehr Informationen: <https://man.archlinux.org/man/clear.1>.
+> Mehr Informationen: <https://manned.org/clear>.
- Leere den Bildschirm (äquivalent zu Strg+L in einer Bash Shell):
> Limpia la pantalla de la terminal.
-> Más información: <https://man.archlinux.org/man/clear.1>.
+> Más información: <https://manned.org/clear>.
- Limpia la pantalla de la terminal (equivale a presionar Control-L en la interfaz de línea de comandos Bash):
# apropos
> Recherche dans les pages de manuel, par exemple pour trouver une nouvelle commande.
-> Plus d'informations : <https://man.archlinux.org/man/core/man-db/apropos.1>.
+> Plus d'informations : <https://manned.org/apropos>.
- Recherche par mot clé :
> Efface l'écran du terminal.
-> Plus d'informations : <https://man.archlinux.org/man/clear.1>.
+> Plus d'informations : <https://manned.org/clear>.
- Effacer l'écran (identique à la séquence Contrôle-L sur une interface bash) :
> उपयोगकर्ता का लॉगिन शेल बदलें।
-> अधिक जानकारी: <https://man.archlinux.org/man/chsh.1>.
+> अधिक जानकारी: <https://manned.org/chsh>.
- शेल बदलें:
# apg
> Crea password randomiche arbitrariamente complesse.
-> Maggiori informazioni: <https://manpages.debian.org/latest/apg/apg.1>.
+> Maggiori informazioni: <https://manned.org/apg>.
- Genera password randomiche (la lunghezza predefinita è 8):
> Cerca nelle pagine di manuale, ad esempio per trovare un nuovo comando.
-> Maggiori informazioni: <https://man.archlinux.org/man/apropos.1>.
+> Maggiori informazioni: <https://manned.org/apropos>.
- Cerca una parola chiave:
# ar
> Crea, modifica ed estrai da archivi (`.a`, `.so`, `.o`).
-> Maggiori informazioni: <https://man.archlinux.org/man/ar.1>.
+> Maggiori informazioni: <https://manned.org/ar>.
- Estrai tutti i membri da un archivio:
# arp
> Mostra e gestisci la cache ARP di sistema.
-> Maggiori informazioni: <https://man.archlinux.org/man/arp.8>.
+> Maggiori informazioni: <https://manned.org/arp>.
- Mostra la tabella ARP corrente:
@@ -2,7 +2,7 @@
> Cerca blocchi corrotti in un dispositivo.
> Alcuni utilizzi di badblocks possono avere esiti non reversibili, come perdita dei dati o anche della tabella delle partizioni di un disco.
-> Maggiori informazioni: <https://man.archlinux.org/man/badblocks.8>.
+> Maggiori informazioni: <https://manned.org/badblocks>.
- Cerca blocchi corrotti in un disco utilizzando un test non distruttivo in sola lettura:
# bc
> Calcolatore.
-> Maggiori informazioni: <https://man.archlinux.org/man/bc.1>.
+> Maggiori informazioni: <https://manned.org/bc>.
- Esegui in modalità interattiva utilizzando la libreria math della standard library:
# bg
> Riprende job che sono stati sospesi (e.g. usando `Ctrl + Z`) mettendoli in esecuzione in background.
-> Maggiori informazioni: <https://man.archlinux.org/man/bg.1p>.
+> Maggiori informazioni: <https://manned.org/bg>.
- Riprendi il job sospeso più recentemente ed eseguilo in background:
# c99
> Compila programmi C secondo lo standard ISO C.
-> Maggiori informazioni: <https://man.archlinux.org/man/c99.1p>.
+> Maggiori informazioni: <https://manned.org/c99>.
- Compila file sorgente/i e crea un eseguibile:
# case
> Esegui branch diversi in base al valore di un'espressione.
-> Maggiori informazioni: <https://man.archlinux.org/man/case.n>.
+> Maggiori informazioni: <https://manned.org/case>.
- Esegui il match di una variabile su diverse stringhe per decidere che comando eseguire:
> Cambia shell di login dell'utente.
-> Maggiori informazioni: <https://man.archlinux.org/man/chsh.1>.
+> Maggiori informazioni: <https://manned.org/chsh>.
- Cambia shell:
> Pulisce lo schermo del terminale.
-> Maggiori informazioni: <https://man.archlinux.org/man/clear.1>.
+> Maggiori informazioni: <https://manned.org/clear>.
- Pulisci lo schermo (equivalente a Control+L se si utilizza la shell bash):
> Formatta standard input o un file in più colonne.
> Le colonne sono riempite prima delle righe; il separatore predefinito è lo spazio.
-> Maggiori informazioni: <https://man.archlinux.org/man/core/util-linux/column.1>.
+> Maggiori informazioni: <https://manned.org/column>.
- Formatta l'output per uno schermo largo 30 caratteri:
# command
> Command forza la shell ad eseguire programmi ignorando qualsiasi funzione, builtin e alias con lo stesso nome.
-> Maggiori informazioni: <https://man.archlinux.org/man/command.1p>.
+> Maggiori informazioni: <https://manned.org/command>.
- Esegui il comando `ls` letteralmente, anche se esiste un alias `ls`:
> Programma cron job per essere eseguiti a determinati intervalli di tempo per l'utente corrente.
> Formato definizione di un job: "(minuto) (ora) (giorno_del_mese) (mese) (giorno_della_settimana) comando_da_eseguire".
-> Maggiori informazioni: <https://man.archlinux.org/man/crontab.1>.
+> Maggiori informazioni: <https://manned.org/crontab>.
- Modifica il file crontab per l'utente corrente:
> 임의로 복잡한 랜덤 암호를 만듭니다.
-> 더 많은 정보: <https://manpages.debian.org/latest/apg/apg.1>.
+> 더 많은 정보: <https://manned.org/apg>.
- 임의 비밀번호 생성 (기본 비밀번호 길이는 8):
> 메뉴얼 페이지에서 검색, 예를 들어 새로운 명령어 검색.
-> 더 많은 정보: <https://man.archlinux.org/man/apropos.1>.
+> 더 많은 정보: <https://manned.org/apropos>.
- 키워드 검색:
> 아카이브로부터 생성, 수정, 추출 (`.a`, `.so`, `.o`).
-> 더 많은 정보: <https://man.archlinux.org/man/ar.1>.
+> 더 많은 정보: <https://manned.org/ar>.
- 보관소로부터 모든 멤버를 추출하기:
> 시스템의 ARP 캐시 표시 및 조작.
-> 더 많은 정보: <https://man.archlinux.org/man/arp.8>.
+> 더 많은 정보: <https://manned.org/arp>.
- 현재 arp 테이블을 보여줍니다:
> 불량 블록이 있는지 장치를 검사하십시오.
> 불량 블록을 사용하면 파티션 테이블을 포함하여 디스크의 모든 데이터를 지우는 등의 파괴적인 작업이 발생할 수 있습니다.
-> 더 많은 정보: <https://man.archlinux.org/man/badblocks.8>.
+> 더 많은 정보: <https://manned.org/badblocks>.
- 비파괴 읽기 전용 테스트를 사용하여 디스크에서 불량 블록을 검사:
> 계산기의 기능을 수행합니다.
-> 더 많은 정보: <https://man.archlinux.org/man/bc.1>.
+> 더 많은 정보: <https://manned.org/bc>.
- 표준 Math 라이브러리를 사용한 대화형 모드에서 계산기 실행하기:
> 일시 중단된 작업을 다시 시작하고 (예. `Ctrl + Z`), 그 작업이 background에서 동작하게 유지.
-> 더 많은 정보: <https://man.archlinux.org/man/bg.1p>.
+> 더 많은 정보: <https://manned.org/bg>.
- 가장 최근에 일시 중단된 작업을 재개하고 background에서 실행:
> ISO C 표준에 따라 C 프로그램을 컴파일한다.
-> 더 많은 정보: <https://man.archlinux.org/man/c99.1p>.
+> 더 많은 정보: <https://manned.org/c99>.
- 원본 파일 컴파일 및 실행 파일 생성:
> 표현식의 값에 근거하여 분기.
-> 더 많은 정보: <https://man.archlinux.org/man/case.n>.
+> 더 많은 정보: <https://manned.org/case>.
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:
> 사용자 로그인 쉘을 변경합니다.
-> 더 많은 정보: <https://man.archlinux.org/man/chsh.1>.
+> 더 많은 정보: <https://manned.org/chsh>.
- 쉘 변경하기:
> 터미널 화면을 지웁니다(clear).
-> 더 많은 정보: <https://man.archlinux.org/man/clear.1>.
+> 더 많은 정보: <https://manned.org/clear>.
- 터미널 화면을 지웁니다 (bash 쉘에서 Control-L을 누르는 것과 같은 기능입니다):
> 표준 입력 또는 파일을 여러 열로 포맷 설정.
> 행 앞에 열이 채워짐; 기본 구분 기호는 공백입니다.
-> 더 많은 정보: <https://man.archlinux.org/man/core/util-linux/column.1>.
+> 더 많은 정보: <https://manned.org/column>.
- 30자 폭 디스플레이의 형식 출력으로 포맷 정하기:
> Command 명령은 쉘이 프로그램을 실행하고 동일한 이름의 기능, 빌드인 및 별칭을 무시하도록 합니다.
-> 더 많은 정보: <https://man.archlinux.org/man/command.1p>.
+> 더 많은 정보: <https://manned.org/command>.
- ls 별칭이 존재하더라도 문자 그대로 `ls` 프로그램을 실행:
> 현재 사용자의 시간 간격으로 cron작업이 실행되도록 스케줄.
> 작업 정의 형식: "(분) (시) (날짜) (달) (요일) 실행 할 명령".
-> 더 많은 정보: <https://man.archlinux.org/man/crontab.1>.
+> 더 많은 정보: <https://manned.org/crontab>.
- 현재 사용자의 crontab파일 편집:
> Wijzig de login-shell van de gebruiker.
-> Meer informatie: <https://man.archlinux.org/man/chsh.1>.
+> Meer informatie: <https://manned.org/chsh>.
- Wijzig shell:
> Forandre brukerens påloggings shell.
-> Mer informasjon: <https://man.archlinux.org/man/chsh.1>.
+> Mer informasjon: <https://manned.org/chsh>.
- Forandre shell:
> Pokaż i manipuluj pamięcią podręczną ARP systemu.
-> Więcej informacji: <https://man.archlinux.org/man/arp.8>.
+> Więcej informacji: <https://manned.org/arp>.
- Pokaż bieżącą tabelę arp:
> Criar senhas aleatórias arbitrariamente complexas.
-> Mais informações: <https://manpages.debian.org/latest/apg/apg.1>.
+> Mais informações: <https://manned.org/apg>.
- Criar senha aleatória (tamanho padrão para as senhas é 8 caracteres):
> Mostrar e manipular a cache ARP do sistema.
-> Mais informações: <https://man.archlinux.org/man/arp.8>.
+> Mais informações: <https://manned.org/arp>.
- Mostrar a tabela arp atual:
> Retomar a execução, em segundo plano, de processos que foram suspensos (e.g. utilizando `Ctrl + Z`).
-> Mais informações: <https://man.archlinux.org/man/bg.1p>.
+> Mais informações: <https://manned.org/bg>.
- Retomar a execução, em segundo plano, do processo que foi suspenso mais recentemente:
> Obriga o shell a executar o programa, ignorando qualquer função ou alias com o mesmo nome.
-> Mais informações: <https://man.archlinux.org/man/command.1p>.
+> Mais informações: <https://manned.org/command>.
- Executar o programa ls, mesmo que exista algum alias ls:
> Ändra användarens inloggnings-shell.
-> Mer information: <https://man.archlinux.org/man/chsh.1>.
+> Mer information: <https://manned.org/chsh>.
- Ändra shell:
> Command, kabuğu bir programı herhangi bir fonksiyon ve gömülü özelliğe ve alias'a takılmadan çalıştırmaya zorlar.
-> Daha fazla bilgi için: <https://man.archlinux.org/man/command.1p>.
+> Daha fazla bilgi için: <https://manned.org/command>.
- `ls` programını aynı isimde bir alias olsa dahi çalıştır:
> 生成任意复杂度的随机密码.
-> 更多信息: <https://manpages.debian.org/latest/apg/apg.1>.
+> 更多信息: <https://manned.org/apg>.
- 生成随机密码 (默认密码长度为 8 位):
> 在 manpages 中搜索,例如查找一个新命令.
-> 更多信息: <https://man.archlinux.org/man/apropos.1>.
+> 更多信息: <https://manned.org/apropos>.
- 搜索关键字:
> 创建,修改,提取库文件 (`.a`, `.so`, `.o`).
-> 更多信息: <https://man.archlinux.org/man/ar.1>.
+> 更多信息: <https://manned.org/ar>.
- 从库文件中提取全部成员:
> 显示和操作系统的 ARP 缓存.
-> 更多信息: <https://man.archlinux.org/man/arp.8>.
+> 更多信息: <https://manned.org/arp>.
- 显示当前的 ARP 表:
> 恢复被挂起的任务 (如. 使用 `Ctrl + Z`), 使它们在后台运行.
-> 更多信息: <https://man.archlinux.org/man/bg.1p>.
+> 更多信息: <https://manned.org/bg>.
- 恢复最近被挂起的任务,在后台运行:
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
-> 更多信息: <https://man.archlinux.org/man/case.n>.
+> 更多信息: <https://manned.org/case>.
- 通过字符串字面量判断执行分支:
> 清空终端的屏幕.
-> 更多信息: <https://man.archlinux.org/man/clear.1>.
+> 更多信息: <https://manned.org/clear>.
- 清空屏幕(相当于在 Bash shell 中按 Control-L 键):
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身).
-> 更多信息: <https://man.archlinux.org/man/command.1p>.
+> 更多信息: <https://manned.org/command>.
- 从字面上执行 `ls` 程序,即使存在 ls 别名:
> Creates arbitrarily complex random passwords.
-> More information: <https://manpages.debian.org/latest/apg/apg.1>.
+> More information: <https://manned.org/apg>.
- Create random passwords (default password length is 8):
> Search the manual pages for names and descriptions.
-> More information: <https://man.archlinux.org/man/apropos.1>.
+> More information: <https://manned.org/apropos>.
- Search for a keyword using a regular expression:
> Create, modify, and extract from archives (`.a`, `.so`, `.o`).
-> More information: <https://man.archlinux.org/man/ar.1>.
+> More information: <https://manned.org/ar>.
- Extract all members from an archive:
> Show and manipulate your system's ARP cache.
-> More information: <https://man.archlinux.org/man/arp.8>.
+> More information: <https://manned.org/arp>.
- Show the current ARP table:
> Search a device for bad blocks.
> Some usages of badblocks can cause destructive actions, such as erasing all data on a disk, including the partition table.
-> More information: <https://man.archlinux.org/man/badblocks.8>.
+> More information: <https://manned.org/badblocks>.
- Search a disk for bad blocks by using a non-destructive read-only test:
> An arbitrary precision calculator language.
-> More information: <https://man.archlinux.org/man/bc.1>.
+> More information: <https://manned.org/bc>.
- Start `bc` in interactive mode using the standard math library:
> Resumes jobs that have been suspended (e.g. using `Ctrl + Z`), and keeps them running in the background.
-> More information: <https://man.archlinux.org/man/bg.1p>.
+> More information: <https://manned.org/bg>.
- Resume the most recently suspended job and run it in the background:
> Compiles C programs according to the ISO C standard.
-> More information: <https://man.archlinux.org/man/c99.1p>.
+> More information: <https://manned.org/c99>.
- Compile source file(s) and create an executable:
> Branch based on the value of an expression.
-> More information: <https://man.archlinux.org/man/case.n>.
+> More information: <https://manned.org/case>.
- Match a variable against string literals to decide which command to run:
> Change the user's login shell.
-> More information: <https://man.archlinux.org/man/chsh.1>.
+> More information: <https://manned.org/chsh>.
- Change the user's login shell:
> Clears the screen of the terminal.
-> More information: <https://man.archlinux.org/man/clear.1>.
+> More information: <https://manned.org/clear>.
- Clear the screen (equivalent to pressing Control-L in Bash shell):
> Format standard input or a file into multiple columns.
> Columns are filled before rows; the default separator is a whitespace.
-> More information: <https://man.archlinux.org/man/core/util-linux/column.1>.
+> More information: <https://manned.org/column>.
- Format the output of a command for a 30 characters wide display:
> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.
-> More information: <https://man.archlinux.org/man/command.1p>.
+> More information: <https://manned.org/command>.
- Execute the `ls` program literally, even if an `ls` alias exists:
> Schedule cron jobs to run on a time interval for the current user.
> Job definition format: "(min) (hour) (day_of_month) (month) (day_of_week) command_to_execute".
-> More information: <https://man.archlinux.org/man/crontab.1>.
+> More information: <https://manned.org/crontab>.
- Edit the crontab file for the current user: