mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
*: fix punctuation across translations (#9147)
This commit is contained in:
parent
65a6005e99
commit
2b060fd171
101 changed files with 132 additions and 132 deletions
|
@ -192,7 +192,7 @@ Not translated yet.
|
||||||
```markdown
|
```markdown
|
||||||
# example
|
# example
|
||||||
|
|
||||||
> このコマンドは `example` のエイリアスです.
|
> このコマンドは `example` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# logcat
|
# logcat
|
||||||
|
|
||||||
> Gib ein Protokoll aller Systemmeldungen aus:
|
> Gib ein Protokoll aller Systemmeldungen aus.
|
||||||
> Weitere Informationen: <https://developer.android.com/studio/command-line/logcat>.
|
> Weitere Informationen: <https://developer.android.com/studio/command-line/logcat>.
|
||||||
|
|
||||||
- Gib ein Protokoll aller Systemmeldungen aus:
|
- Gib ein Protokoll aller Systemmeldungen aus:
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`ani-cli -c`
|
`ani-cli -c`
|
||||||
|
|
||||||
- ani-cli aktualisieren:
|
- `ani-cli` aktualisieren:
|
||||||
|
|
||||||
`ani-cli -U`
|
`ani-cli -U`
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
`brew upgrade --cask {{caskname}}`
|
`brew upgrade --cask {{caskname}}`
|
||||||
|
|
||||||
- Deinstalliere ein Cask
|
- Deinstalliere ein Cask:
|
||||||
|
|
||||||
`brew cask uninstall {{caskname}}`
|
`brew cask uninstall {{caskname}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# docker exec
|
# docker exec
|
||||||
|
|
||||||
> Führe Befehle in einem bereits laufenden Docker Container aus:
|
> Führe Befehle in einem bereits laufenden Docker Container aus.
|
||||||
> Weitere Informationen: <https://docs.docker.com/engine/reference/commandline/exec/>.
|
> Weitere Informationen: <https://docs.docker.com/engine/reference/commandline/exec/>.
|
||||||
|
|
||||||
- Öffne eine Shell innerhalb eines bereits laufenden Containers:
|
- Öffne eine Shell innerhalb eines bereits laufenden Containers:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
> Zeigt die Commit-Historie an.
|
> Zeigt die Commit-Historie an.
|
||||||
> Weitere Informationen: <https://git-scm.com/docs/git-log>.
|
> Weitere Informationen: <https://git-scm.com/docs/git-log>.
|
||||||
|
|
||||||
- Zeige die Sequenz der Commits des Git-Repository im aktuellen Verzeichnis, beginnend mit dem aktuellen, an.
|
- Zeige die Sequenz der Commits des Git-Repository im aktuellen Verzeichnis, beginnend mit dem aktuellen, an:
|
||||||
|
|
||||||
`git log`
|
`git log`
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
> Findet versteckte Pfade auf Webservern und mehr.
|
> Findet versteckte Pfade auf Webservern und mehr.
|
||||||
> Weitere Informationen: <https://github.com/OJ/gobuster>.
|
> Weitere Informationen: <https://github.com/OJ/gobuster>.
|
||||||
|
|
||||||
- Finde Verzeichnisse und Dateien, die den Wörtern der Wortliste entsprechen.
|
- Finde Verzeichnisse und Dateien, die den Wörtern der Wortliste entsprechen:
|
||||||
|
|
||||||
`gobuster dir --url {{https://beispiel.com/}} --wordlist {{pfad/zu/datei}}`
|
`gobuster dir --url {{https://beispiel.com/}} --wordlist {{pfad/zu/datei}}`
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`gobuster fuzz --url {{https://beispiel.com/?parameter=FUZZ}} --wordlist {{pfad/zu/datei}}`
|
`gobuster fuzz --url {{https://beispiel.com/?parameter=FUZZ}} --wordlist {{pfad/zu/datei}}`
|
||||||
|
|
||||||
- Fuzze den Namen eines URL-Parameters
|
- Fuzze den Namen eines URL-Parameters:
|
||||||
|
|
||||||
`gobuster fuzz --url {{https://beispiel.com/?FUZZ=wert}} --wordlist {{pfad/zu/datei}}`
|
`gobuster fuzz --url {{https://beispiel.com/?FUZZ=wert}} --wordlist {{pfad/zu/datei}}`
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`terraform plan`
|
`terraform plan`
|
||||||
|
|
||||||
- Infrastruktur aufbauen oder ändern
|
- Infrastruktur aufbauen oder ändern:
|
||||||
|
|
||||||
`terraform apply`
|
`terraform apply`
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
`whoami`
|
`whoami`
|
||||||
|
|
||||||
- gib den Benutzernamen nach einer Änderung der Benutzeridentität aus:
|
- Gib den Benutzernamen nach einer Änderung der Benutzeridentität aus:
|
||||||
|
|
||||||
`sudo whoami`
|
`sudo whoami`
|
||||||
|
|
|
@ -3,18 +3,18 @@
|
||||||
> Ein Installations-Paket in ein anderes Format umwandeln.
|
> Ein Installations-Paket in ein anderes Format umwandeln.
|
||||||
> Weitere Informationen: <https://manned.org/alien>.
|
> Weitere Informationen: <https://manned.org/alien>.
|
||||||
|
|
||||||
- Ein spezifisches Installationspaket in das Debian Format umwandeln (`.deb` Erweiterung)
|
- Ein spezifisches Installationspaket in das Debian Format umwandeln (`.deb` Erweiterung):
|
||||||
|
|
||||||
`sudo alien --to-deb {{pfad/zum/paket}}`
|
`sudo alien --to-deb {{pfad/zum/paket}}`
|
||||||
|
|
||||||
- Ein spezifisches Installationspaket in das Red Hat Format umwandeln (`.rpm` Erweiterung)
|
- Ein spezifisches Installationspaket in das Red Hat Format umwandeln (`.rpm` Erweiterung):
|
||||||
|
|
||||||
`sudo alien --to-rpm {{pfad/zum/paket}}`
|
`sudo alien --to-rpm {{pfad/zum/paket}}`
|
||||||
|
|
||||||
- Ein spezifisches Installationspaket in das Slackware Format umwandeln (`.tgz` Erweiterung)
|
- Ein spezifisches Installationspaket in das Slackware Format umwandeln (`.tgz` Erweiterung):
|
||||||
|
|
||||||
`sudo alien --to-tgz {{pfad/zum/paket}}`
|
`sudo alien --to-tgz {{pfad/zum/paket}}`
|
||||||
|
|
||||||
- Ein spezifisches Installationspaket in das Debian Format umwandeln und auf dem System installieren
|
- Ein spezifisches Installationspaket in das Debian Format umwandeln und auf dem System installieren:
|
||||||
|
|
||||||
`sudo alien --to-deb --install {{pfad/zum/paket}}`
|
`sudo alien --to-deb --install {{pfad/zum/paket}}`
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
`apt-get upgrade`
|
`apt-get upgrade`
|
||||||
|
|
||||||
- Reinige das Repository
|
- Reinige das Repository:
|
||||||
|
|
||||||
`apt-get autoclean`
|
`apt-get autoclean`
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
`arithmetic -o {{+|-|x|/}}`
|
`arithmetic -o {{+|-|x|/}}`
|
||||||
|
|
||||||
- Gib eine Reichweite. Additions- und Multiplikationsprobleme werden Zahlen zwischen 0 und der gegebenen Reichweite enthalten. Subtraktionen und Divisionen werden Zahlen zwischen -1 und der gegebenen Reichweite enthalten.
|
- Gib eine Reichweite. Additions- und Multiplikationsprobleme werden Zahlen zwischen 0 und der gegebenen Reichweite enthalten. Subtraktionen und Divisionen werden Zahlen zwischen -1 und der gegebenen Reichweite enthalten:
|
||||||
|
|
||||||
`arithmetic -r {{7}}`
|
`arithmetic -r {{7}}`
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
> Hauptsächlich beabsichtigt um output von `gcc` für `ld` vorzubereiten.
|
> Hauptsächlich beabsichtigt um output von `gcc` für `ld` vorzubereiten.
|
||||||
> Weitere Informationen: <https://manned.org/as>.
|
> Weitere Informationen: <https://manned.org/as>.
|
||||||
|
|
||||||
- Assemble eine Datei und schreibe den Output in eine in `a.out`.
|
- Assemble eine Datei und schreibe den Output in eine in `a.out`:
|
||||||
|
|
||||||
`as {{datei.s}}`
|
`as {{datei.s}}`
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
`pacman -Qe`
|
`pacman -Qe`
|
||||||
|
|
||||||
- Zeige verwaiste Pakete an, welche als Abhängigkeiten installiert wurden, aber nicht mehr von anderen Paketen benötigt werden.
|
- Zeige verwaiste Pakete an, welche als Abhängigkeiten installiert wurden, aber nicht mehr von anderen Paketen benötigt werden:
|
||||||
|
|
||||||
`pacman -Qtdq`
|
`pacman -Qtdq`
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`paru -Si {{paketname}}`
|
`paru -Si {{paketname}}`
|
||||||
|
|
||||||
- Herunterladen von `PKGBUILD` und anderen Paket-Quelldateien aus dem AUR oder dem ABS
|
- Herunterladen von `PKGBUILD` und anderen Paket-Quelldateien aus dem AUR oder dem ABS:
|
||||||
|
|
||||||
`paru --getpkgbuild {{paketname}}`
|
`paru --getpkgbuild {{paketname}}`
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
> Ein Alias für die Aktion print eines `run-mailcap`.
|
> Ein Alias für die Aktion print eines `run-mailcap`.
|
||||||
> Weitere Informationen: <https://manned.org/see>.
|
> Weitere Informationen: <https://manned.org/see>.
|
||||||
|
|
||||||
- Die Aktion see kann verwendet werden, um eine beliebige Datei (in der Regel ein Bild) im Standard-Mailcap-Explorer anzuzeigen.
|
- Die Aktion see kann verwendet werden, um eine beliebige Datei (in der Regel ein Bild) im Standard-Mailcap-Explorer anzuzeigen:
|
||||||
|
|
||||||
`see {{dateiname}}`
|
`see {{dateiname}}`
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
`ab -k {{url}}`
|
`ab -k {{url}}`
|
||||||
|
|
||||||
- Establece el máximo número de segundos utilizados para la comparación.
|
- Establece el máximo número de segundos utilizados para la comparación:
|
||||||
|
|
||||||
`ab -t {{60}} {{url}}`
|
`ab -t {{60}} {{url}}`
|
||||||
|
|
|
@ -16,6 +16,6 @@
|
||||||
|
|
||||||
`alex {{fichiertexte.md}}`
|
`alex {{fichiertexte.md}}`
|
||||||
|
|
||||||
- Analyse tous les fichiers Markdown sauf `exemple.md`
|
- Analyse tous les fichiers Markdown sauf `exemple.md` :
|
||||||
|
|
||||||
`alex *.md !{{exemple.md}}`
|
`alex *.md !{{exemple.md}}`
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`ani-cli -c`
|
`ani-cli -c`
|
||||||
|
|
||||||
- Met à jour ani-cli :
|
- Met à jour `ani-cli` :
|
||||||
|
|
||||||
`ani-cli -U`
|
`ani-cli -U`
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
> Retour d'informations de bas niveau sur les objets Docker.
|
> Retour d'informations de bas niveau sur les objets Docker.
|
||||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/inspect/>.
|
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/inspect/>.
|
||||||
|
|
||||||
- Montrer l'aide
|
- Montrer l'aide :
|
||||||
|
|
||||||
`docker inspect`
|
`docker inspect`
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gcc
|
# gcc
|
||||||
|
|
||||||
> Préprocesse et compile des fichiers sources C et C++, pour ensuite les assembler et les lier entre eux.
|
> Préprocesse et compile des fichiers sources C et C++, pour ensuite les assembler et les lier entre eux.
|
||||||
> Plus d'informations : <https://gcc.gnu.org>
|
> Plus d'informations : <https://gcc.gnu.org>.
|
||||||
|
|
||||||
- Compile plusieurs fichiers source en un exécutable :
|
- Compile plusieurs fichiers source en un exécutable :
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# gimp
|
# gimp
|
||||||
|
|
||||||
> Outil d'édition et de retouche d'image, libre et multiplateforme
|
> Outil d'édition et de retouche d'image, libre et multiplateforme.
|
||||||
> Voir aussi : `krita`.
|
> Voir aussi : `krita`.
|
||||||
> Plus d'informations : <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
|
> Plus d'informations : <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
|
||||||
|
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
`git send-email -1`
|
`git send-email -1`
|
||||||
|
|
||||||
- envoyer un commit spécifique :
|
- Envoyer un commit spécifique :
|
||||||
|
|
||||||
`git send-email -1 {{commit}}`
|
`git send-email -1 {{commit}}`
|
||||||
|
|
||||||
- envoyer de multiples commits de la branche courante (ici : 10) :
|
- Envoyer de multiples commits de la branche courante (ici : 10) :
|
||||||
|
|
||||||
`git send-email {{-10}}`
|
`git send-email {{-10}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`git shortlog -c`
|
`git shortlog -c`
|
||||||
|
|
||||||
- fficher un résumé des 5 derniers commits effectués :
|
- Afficher un résumé des 5 derniers commits effectués :
|
||||||
|
|
||||||
`git shortlog HEAD~{{5}}..HEAD`
|
`git shortlog HEAD~{{5}}..HEAD`
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
`vim +{{numero_ligne}} {{chemin/vers/fichier}}`
|
`vim +{{numero_ligne}} {{chemin/vers/fichier}}`
|
||||||
|
|
||||||
- consulter le manuel utilisateur :
|
- Consulter le manuel utilisateur :
|
||||||
|
|
||||||
`:help<Entrée>`
|
`:help<Entrée>`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# login
|
# login
|
||||||
|
|
||||||
> Démarre une session pour un utilisateur
|
> Démarre une session pour un utilisateur.
|
||||||
> Plus d'informations : <https://manned.org/login>.
|
> Plus d'informations : <https://manned.org/login>.
|
||||||
|
|
||||||
- Démarrer une session en tant qu'utilisateur :
|
- Démarrer une session en tant qu'utilisateur :
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# bat
|
# bat
|
||||||
|
|
||||||
> Mencetak dan menggabungkan berkas.
|
> Mencetak dan menggabungkan berkas.
|
||||||
> klon dari `cat` dengan sintaks berwarna dan integrasi Git.
|
> Klon dari `cat` dengan sintaks berwarna dan integrasi Git.
|
||||||
> Informasi lebih lanjut: <https://github.com/sharkdp/bat>.
|
> Informasi lebih lanjut: <https://github.com/sharkdp/bat>.
|
||||||
|
|
||||||
- Mencetak konten berkas ke keluaran standar:
|
- Mencetak konten berkas ke keluaran standar:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
> Beberapa subcommands seperti `gh config` memiliki dokumentasi sendiri.
|
> Beberapa subcommands seperti `gh config` memiliki dokumentasi sendiri.
|
||||||
> Informasi lebih lanjut: <https://cli.github.com/>.
|
> Informasi lebih lanjut: <https://cli.github.com/>.
|
||||||
|
|
||||||
- Mengklon sebuah GitHub repositori di lokal
|
- Mengklon sebuah GitHub repositori di lokal:
|
||||||
|
|
||||||
`gh repo clone {{pemilik}}/{{repositori}}`
|
`gh repo clone {{pemilik}}/{{repositori}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git pull
|
# git pull
|
||||||
|
|
||||||
> Tarik cabang dari repositori remote and menggabungkan ke repositori lokal
|
> Tarik cabang dari repositori remote and menggabungkan ke repositori lokal.
|
||||||
> Informasi lebih lanjut: <https://git-scm.com/docs/git-pull>.
|
> Informasi lebih lanjut: <https://git-scm.com/docs/git-pull>.
|
||||||
|
|
||||||
- Unduh perubahan dari bawaan repositori remote dan menggabungkannya:
|
- Unduh perubahan dari bawaan repositori remote dan menggabungkannya:
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
`source {{jalan/menuju/file}}`
|
`source {{jalan/menuju/file}}`
|
||||||
|
|
||||||
- Mengevaluasi konten pada file yang ditentukan (`.` adalah alias dari `source`)
|
- Mengevaluasi konten pada file yang ditentukan (`.` adalah alias dari `source`):
|
||||||
|
|
||||||
`. {{jalan/menuju/file}}`
|
`. {{jalan/menuju/file}}`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# hyperfine
|
# hyperfine
|
||||||
|
|
||||||
> Strumento di benchmarking con interfaccia CLI
|
> Strumento di benchmarking con interfaccia CLI.
|
||||||
> Maggiori informazioni: <https://github.com/sharkdp/hyperfine/>.
|
> Maggiori informazioni: <https://github.com/sharkdp/hyperfine/>.
|
||||||
|
|
||||||
- Esegui un benchmark di base, eseguendo almeno 10 esecuzioni:
|
- Esegui un benchmark di base, eseguendo almeno 10 esecuzioni:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# xkill
|
# xkill
|
||||||
|
|
||||||
> Termina una finestra interattivamente attraverso la sessione grafica.
|
> Termina una finestra interattivamente attraverso la sessione grafica.
|
||||||
> Vedi anche `kill` e `killall`
|
> Vedi anche `kill` e `killall`.
|
||||||
> Maggiori informazioni: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
> Maggiori informazioni: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||||
|
|
||||||
- Mostra un cursore per terminate una finestra cliccandoci sopra con il tasto sinistro del mouse (premendo qualsiasi altro tasto si cancella l'azione):
|
- Mostra un cursore per terminate una finestra cliccandoci sopra con il tasto sinistro del mouse (premendo qualsiasi altro tasto si cancella l'azione):
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`xxd {{file_di_input}} {{file_di_output}}`
|
`xxd {{file_di_input}} {{file_di_output}}`
|
||||||
|
|
||||||
- Mostrare un output in una versione un po' più compatta, dove gli zero consegutivi vengono sostituiti da un asterisco.
|
- Mostrare un output in una versione un po' più compatta, dove gli zero consegutivi vengono sostituiti da un asterisco:
|
||||||
|
|
||||||
`xxd -a {{file_di_input}}`
|
`xxd -a {{file_di_input}}`
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
> APK ファイルの解析ツールです。
|
> APK ファイルの解析ツールです。
|
||||||
> 詳しくはこちら: <https://ibotpeaches.github.io/Apktool/>
|
> 詳しくはこちら: <https://ibotpeaches.github.io/Apktool/>
|
||||||
|
|
||||||
- APK ファイルのデコード
|
- APK ファイルのデコード:
|
||||||
|
|
||||||
`apktool d {{APK ファイルのパス}}`
|
`apktool d {{APK ファイルのパス}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# clang-cpp
|
# clang-cpp
|
||||||
|
|
||||||
> このコマンドは `clang++` のエイリアスです.
|
> このコマンドは `clang++` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# clojure
|
# clojure
|
||||||
|
|
||||||
> このコマンドは `clj` のエイリアスです.
|
> このコマンドは `clj` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# cola
|
# cola
|
||||||
|
|
||||||
> このコマンドは `git-cola` のエイリアスです.
|
> このコマンドは `git-cola` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -3,26 +3,26 @@
|
||||||
> ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。
|
> ディスク使用状況: ファイルとディレクトリの使用量の概算を表示します。
|
||||||
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/du>
|
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/du>
|
||||||
|
|
||||||
- 指定した単位 (B/KiB/MiB) でディレクトリおよびサブディレクトリのサイズを表示します。
|
- 指定した単位 (B/KiB/MiB) でディレクトリおよびサブディレクトリのサイズを表示します:
|
||||||
|
|
||||||
`du -{{b|k|m}} {{path/to/directory}}`
|
`du -{{b|k|m}} {{path/to/directory}}`
|
||||||
|
|
||||||
- 人間にとって解釈しやすい形式(サイズに応じた単位の選択など)で、ディレクトリおよびサブディレクトリのサイズを表示します。
|
- 人間にとって解釈しやすい形式(サイズに応じた単位の選択など)で、ディレクトリおよびサブディレクトリのサイズを表示します:
|
||||||
|
|
||||||
`du -h {{path/to/directory}}`
|
`du -h {{path/to/directory}}`
|
||||||
|
|
||||||
- 人間にとって解釈しやすい形式で、単一ディレクトリのサイズを表示します。
|
- 人間にとって解釈しやすい形式で、単一ディレクトリのサイズを表示します:
|
||||||
|
|
||||||
`du -sh {{path/to/directory}}`
|
`du -sh {{path/to/directory}}`
|
||||||
|
|
||||||
- 人間にとって解釈しやすい形式で、指定ディレクトリ、そのサブディレクトリ、それらに含まれる全てのファイルのサイズを表示します。
|
- 人間にとって解釈しやすい形式で、指定ディレクトリ、そのサブディレクトリ、それらに含まれる全てのファイルのサイズを表示します:
|
||||||
|
|
||||||
`du -ah {{path/to/directory}}`
|
`du -ah {{path/to/directory}}`
|
||||||
|
|
||||||
- 人間にとって解釈しやすい形式で、指定ディレクトリおよび N 階層先までのディレクトリのサイズを表示します。
|
- 人間にとって解釈しやすい形式で、指定ディレクトリおよび N 階層先までのディレクトリのサイズを表示します:
|
||||||
|
|
||||||
`du -h --max-depth=N {{path/to/directory}}`
|
`du -h --max-depth=N {{path/to/directory}}`
|
||||||
|
|
||||||
- 人間にとって解釈しやすい形式で、現在のディレクトリおよびその下のディレクトリに含まれる全ての `.jpg` ファイルサイズを表示し、最後に合計を表示します。
|
- 人間にとって解釈しやすい形式で、現在のディレクトリおよびその下のディレクトリに含まれる全ての `.jpg` ファイルサイズを表示し、最後に合計を表示します:
|
||||||
|
|
||||||
`du -ch */*.jpg`
|
`du -ch */*.jpg`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# llvm-gcc
|
# llvm-gcc
|
||||||
|
|
||||||
> このコマンドは `clang` のエイリアスです.
|
> このコマンドは `clang` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# llvm-nm
|
# llvm-nm
|
||||||
|
|
||||||
> このコマンドは `nm` のエイリアスです.
|
> このコマンドは `nm` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# llvm-objdump
|
# llvm-objdump
|
||||||
|
|
||||||
> このコマンドは `objdump` のエイリアスです.
|
> このコマンドは `objdump` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# llvm-strings
|
# llvm-strings
|
||||||
|
|
||||||
> このコマンドは `strings` のエイリアスです.
|
> このコマンドは `strings` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# mscore
|
# mscore
|
||||||
|
|
||||||
> このコマンドは `musescore` のエイリアスです.
|
> このコマンドは `musescore` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://musescore.org/handbook/command-line-options>
|
> 詳しくはこちら: <https://musescore.org/handbook/command-line-options>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# pio-init
|
# pio-init
|
||||||
|
|
||||||
> このコマンドは `pio project` のエイリアスです.
|
> このコマンドは `pio project` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# piodebuggdb
|
# piodebuggdb
|
||||||
|
|
||||||
> このコマンドは `pio debug` のエイリアスです.
|
> このコマンドは `pio debug` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# platformio
|
# platformio
|
||||||
|
|
||||||
> このコマンドは `pio` のエイリアスです.
|
> このコマンドは `pio` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://docs.platformio.org/en/latest/core/userguide/>
|
> 詳しくはこちら: <https://docs.platformio.org/en/latest/core/userguide/>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# r2
|
# r2
|
||||||
|
|
||||||
> このコマンドは `radare2` のエイリアスです.
|
> このコマンドは `radare2` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -3,22 +3,22 @@
|
||||||
> VI キーバインドのコンソールファイルマネージャー。
|
> VI キーバインドのコンソールファイルマネージャー。
|
||||||
> 詳しくはこちら: <https://github.com/ranger/ranger>
|
> 詳しくはこちら: <https://github.com/ranger/ranger>
|
||||||
|
|
||||||
- ranger を起動する。
|
- ranger を起動する:
|
||||||
|
|
||||||
`ranger`
|
`ranger`
|
||||||
|
|
||||||
- ディレクトリのみ表示する。
|
- ディレクトリのみ表示する:
|
||||||
|
|
||||||
`ranger --show-only-dirs`
|
`ranger --show-only-dirs`
|
||||||
|
|
||||||
- 設定ディレクトリを変更する。
|
- 設定ディレクトリを変更する:
|
||||||
|
|
||||||
`ranger --confdir={{path/to/directory}}`
|
`ranger --confdir={{path/to/directory}}`
|
||||||
|
|
||||||
- データディレクトリを変更する。
|
- データディレクトリを変更する:
|
||||||
|
|
||||||
`ranger --datadir={{path/to/directory}}`
|
`ranger --datadir={{path/to/directory}}`
|
||||||
|
|
||||||
- 終了時に CPU 使用統計を表示する。
|
- 終了時に CPU 使用統計を表示する:
|
||||||
|
|
||||||
`ranger --profile`
|
`ranger --profile`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# tldrl
|
# tldrl
|
||||||
|
|
||||||
> このコマンドは `tldr-lint` のエイリアスです.
|
> このコマンドは `tldr-lint` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://github.com/tldr-pages/tldr-lint>
|
> 詳しくはこちら: <https://github.com/tldr-pages/tldr-lint>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# tlmgr-arch
|
# tlmgr-arch
|
||||||
|
|
||||||
> このコマンドは `tlmgr platform` のエイリアスです.
|
> このコマンドは `tlmgr platform` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://www.tug.org/texlive/tlmgr.html>
|
> 詳しくはこちら: <https://www.tug.org/texlive/tlmgr.html>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# vi
|
# vi
|
||||||
|
|
||||||
> このコマンドは `vim` のエイリアスです.
|
> このコマンドは `vim` のエイリアスです。
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
||||||
|
|
|
@ -3,26 +3,26 @@
|
||||||
> 高頻度で利用されるディレクトリを把握し、文字列や正規表現をつかうことでスムーズに移動できるようにします。
|
> 高頻度で利用されるディレクトリを把握し、文字列や正規表現をつかうことでスムーズに移動できるようにします。
|
||||||
> 詳しくはこちら: <https://github.com/rupa/z>
|
> 詳しくはこちら: <https://github.com/rupa/z>
|
||||||
|
|
||||||
- "foo"が名前に含まれるディレクトリに移動する。
|
- "foo"が名前に含まれるディレクトリに移動する:
|
||||||
|
|
||||||
`z {{foo}}`
|
`z {{foo}}`
|
||||||
|
|
||||||
- "foo"と"bar"が名前に含まれるディレクトリに移動する。
|
- "foo"と"bar"が名前に含まれるディレクトリに移動する:
|
||||||
|
|
||||||
`z {{foo}} {{bar}}`
|
`z {{foo}} {{bar}}`
|
||||||
|
|
||||||
- "foo"と最もマッチングするディレクトリに移動する。
|
- "foo"と最もマッチングするディレクトリに移動する:
|
||||||
|
|
||||||
`z -r {{foo}}`
|
`z -r {{foo}}`
|
||||||
|
|
||||||
- "foo"とマッチングするディレクトリの中で、最も最近アクセスしたディレクトリに移動する。
|
- "foo"とマッチングするディレクトリの中で、最も最近アクセスしたディレクトリに移動する:
|
||||||
|
|
||||||
`z -t {{foo}}`
|
`z -t {{foo}}`
|
||||||
|
|
||||||
- `z`コマンドのデータベースの中で、`foo` にマッチングするディレクトリの一覧を表示する。
|
- `z`コマンドのデータベースの中で、`foo` にマッチングするディレクトリの一覧を表示する:
|
||||||
|
|
||||||
`z -l {{foo}}`
|
`z -l {{foo}}`
|
||||||
|
|
||||||
- 現在のディレクトリを`z`コマンドのデータベース除去する。
|
- 現在のディレクトリを`z`コマンドのデータベース除去する:
|
||||||
|
|
||||||
`z -x .`
|
`z -x .`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# ncal
|
# ncal
|
||||||
|
|
||||||
> このコマンドは `cal` のエイリアスです.
|
> このコマンドは `cal` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://manned.org/ncal>
|
> 詳しくはこちら: <https://manned.org/ncal>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# cinst
|
# cinst
|
||||||
|
|
||||||
> このコマンドは `choco install` のエイリアスです.
|
> このコマンドは `choco install` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/choco/commands/install>
|
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/choco/commands/install>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# clist
|
# clist
|
||||||
|
|
||||||
> このコマンドは `choco list` のエイリアスです.
|
> このコマンドは `choco list` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/choco/commands/list>
|
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/choco/commands/list>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# cuninst
|
# cuninst
|
||||||
|
|
||||||
> このコマンドは `choco uninstall` のエイリアスです.
|
> このコマンドは `choco uninstall` のエイリアスです。
|
||||||
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>
|
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>
|
||||||
|
|
||||||
- オリジナルのコマンドのドキュメントを表示する:
|
- オリジナルのコマンドのドキュメントを表示する:
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
> 조건이 참이면 0을 반환하고, 거짓이면 1을 반환합니다.
|
> 조건이 참이면 0을 반환하고, 거짓이면 1을 반환합니다.
|
||||||
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
|
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
|
||||||
|
|
||||||
- 주어진 변수가 특정 문자열과 같은지/다른지 테스트
|
- 주어진 변수가 특정 문자열과 같은지/다른지 테스트:
|
||||||
|
|
||||||
`[[ ${{변수}} {{==|!=}} "{{문자열}}" ]]`
|
`[[ ${{변수}} {{==|!=}} "{{문자열}}" ]]`
|
||||||
|
|
||||||
- 주어진 문자열이 특정 glob/regex 와 매칭되는지 테스트
|
- 주어진 문자열이 특정 glob/regex 와 매칭되는지 테스트:
|
||||||
|
|
||||||
`[[ ${{변수}} {{==|=~}} {{패턴}} ]]`
|
`[[ ${{변수}} {{==|=~}} {{패턴}} ]]`
|
||||||
|
|
||||||
|
|
|
@ -7,30 +7,30 @@
|
||||||
|
|
||||||
`code`
|
`code`
|
||||||
|
|
||||||
- 특정 파일 혹은 디렉토리 열기
|
- 특정 파일 혹은 디렉토리 열기:
|
||||||
|
|
||||||
`code {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}`
|
`code {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}`
|
||||||
|
|
||||||
- 두 파일 비교
|
- 두 파일 비교:
|
||||||
|
|
||||||
`code --diff {{파일의/경로1}} {{파일의/경로2}}`
|
`code --diff {{파일의/경로1}} {{파일의/경로2}}`
|
||||||
|
|
||||||
- 특정 파일 혹은 디렉토리를 새로운 창에서 열기
|
- 특정 파일 혹은 디렉토리를 새로운 창에서 열기:
|
||||||
|
|
||||||
`code --new-window {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}`
|
`code --new-window {{파일/혹은/디렉토리의/경로1 파일/혹은/디렉토리의/경로2 ...}}`
|
||||||
|
|
||||||
- 특정 확장 프로그램 설치/삭제
|
- 특정 확장 프로그램 설치/삭제:
|
||||||
|
|
||||||
`code --{{install|uninstall}}-extension {{publisher.extension}}`
|
`code --{{install|uninstall}}-extension {{publisher.extension}}`
|
||||||
|
|
||||||
- 설치된 확장 프로그램 나열
|
- 설치된 확장 프로그램 나열:
|
||||||
|
|
||||||
`code --list-extensions`
|
`code --list-extensions`
|
||||||
|
|
||||||
- 설치된 확장 프로그램을 버전과 함께 나열
|
- 설치된 확장 프로그램을 버전과 함께 나열:
|
||||||
|
|
||||||
`code --list-extensions --show-versions`
|
`code --list-extensions --show-versions`
|
||||||
|
|
||||||
- 사용자 정보를 특정 디렉토리에 저장하면서 관리자 (루트) 권한으로 에디터 실행
|
- 사용자 정보를 특정 디렉토리에 저장하면서 관리자 (루트) 권한으로 에디터 실행:
|
||||||
|
|
||||||
`sudo code --user-data-dir {{디렉토리/경로}}`
|
`sudo code --user-data-dir {{디렉토리/경로}}`
|
||||||
|
|
|
@ -24,6 +24,6 @@
|
||||||
|
|
||||||
`git -C {{특정/레파지토리/경로}} {{하위_명령어}}`
|
`git -C {{특정/레파지토리/경로}} {{하위_명령어}}`
|
||||||
|
|
||||||
- 주어진 설정으로 Git 하위 명령어 실행
|
- 주어진 설정으로 Git 하위 명령어 실행:
|
||||||
|
|
||||||
`git -c '{{설정.키}}={{설정.값}}' {{하위_명령어}}`
|
`git -c '{{설정.키}}={{설정.값}}' {{하위_명령어}}`
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
`tmux ls`
|
`tmux ls`
|
||||||
|
|
||||||
- 가장 최근에 사용했던 세션에 접근
|
- 가장 최근에 사용했던 세션에 접근:
|
||||||
|
|
||||||
`tmux attach`
|
`tmux attach`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git
|
# git
|
||||||
|
|
||||||
> പ്രോഗ്രാമുകളുടെ പല പതിപ്പുകൾ പലയിടങ്ങളിലായി സൂക്ഷിക്കുവാനും നിയന്ത്രിക്കുവാനും ഉള്ള വികേന്ദ്രീകൃത പതിപ്പ് നിയന്ത്രണ സംവിധാനം
|
> പ്രോഗ്രാമുകളുടെ പല പതിപ്പുകൾ പലയിടങ്ങളിലായി സൂക്ഷിക്കുവാനും നിയന്ത്രിക്കുവാനും ഉള്ള വികേന്ദ്രീകൃത പതിപ്പ് നിയന്ത്രണ സംവിധാനം.
|
||||||
> `commit`, `add`, `branch`, `checkout`, `push` മുതലായ ചില ഉപകമാൻഡുകൾക്ക് അവരുടേതായ ഡോക്യുമെന്റേഷൻ ഉണ്ട്, `tldr git {{ഉപകമാൻഡ്}}` വഴി അവ കാണാൻ കഴിയും.
|
> `commit`, `add`, `branch`, `checkout`, `push` മുതലായ ചില ഉപകമാൻഡുകൾക്ക് അവരുടേതായ ഡോക്യുമെന്റേഷൻ ഉണ്ട്, `tldr git {{ഉപകമാൻഡ്}}` വഴി അവ കാണാൻ കഴിയും.
|
||||||
> കൂടുതൽ വിവരങ്ങൾ: <https://git-scm.com/>.
|
> കൂടുതൽ വിവരങ്ങൾ: <https://git-scm.com/>.
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
`atom --safe`
|
`atom --safe`
|
||||||
|
|
||||||
- Voorkom dat Atom zich vertakt in de achtergrond, en houdt Atom in de terminal
|
- Voorkom dat Atom zich vertakt in de achtergrond, en houdt Atom in de terminal:
|
||||||
|
|
||||||
`atom --foreground`
|
`atom --foreground`
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
`vim +{{regel_nummer}} {{pad/naar/bestand}}`
|
`vim +{{regel_nummer}} {{pad/naar/bestand}}`
|
||||||
|
|
||||||
- bekijk de handleiding van Vim:
|
- Bekijk de handleiding van Vim:
|
||||||
|
|
||||||
`:help<Enter>`
|
`:help<Enter>`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`svcadm restart {{service_name}}`
|
`svcadm restart {{service_name}}`
|
||||||
|
|
||||||
- refresh de configuratie van een service:
|
- Refresh de configuratie van een service:
|
||||||
|
|
||||||
`svcadm refresh {{service_name}}`
|
`svcadm refresh {{service_name}}`
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
`rmdir {{pad/naar/directory}}`
|
`rmdir {{pad/naar/directory}}`
|
||||||
|
|
||||||
- verwijder een directory en zen inhoud recursief:
|
- Verwijder een directory en zen inhoud recursief:
|
||||||
|
|
||||||
`rmdir {{pad/naar/directory}} /s`
|
`rmdir {{pad/naar/directory}} /s`
|
||||||
|
|
||||||
- verwijder een directory en zen inhoud recursief zonder te vragen:
|
- Verwijder een directory en zen inhoud recursief zonder te vragen:
|
||||||
|
|
||||||
`rmdir {{pad/naar/directory}} /s /q`
|
`rmdir {{pad/naar/directory}} /s /q`
|
||||||
|
|
|
@ -27,6 +27,6 @@
|
||||||
|
|
||||||
`getprop {{ro.oem_unlock_supported}}`
|
`getprop {{ro.oem_unlock_supported}}`
|
||||||
|
|
||||||
- Wyświetl adres MAC karty Wi-Fi systemu Android
|
- Wyświetl adres MAC karty Wi-Fi systemu Android:
|
||||||
|
|
||||||
`getprop {{ro.boot.wifimacaddr}}`
|
`getprop {{ro.boot.wifimacaddr}}`
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`pm list packages -s`
|
`pm list packages -s`
|
||||||
|
|
||||||
- Listuj wszystkie zainstalowane aplikacje firm trzecich
|
- Listuj wszystkie zainstalowane aplikacje firm trzecich:
|
||||||
|
|
||||||
`pm list packages -3`
|
`pm list packages -3`
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
> Ta komenda może być używana tylko poprzez `adb shell`.
|
> Ta komenda może być używana tylko poprzez `adb shell`.
|
||||||
> Więcej informacji: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
> Więcej informacji: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||||
|
|
||||||
- Wyświetl fizyczny rozmiaru ekranu urządzenia Android
|
- Wyświetl fizyczny rozmiaru ekranu urządzenia Android:
|
||||||
|
|
||||||
`wm {{rozmiar}}`
|
`wm {{rozmiar}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# atrm
|
# atrm
|
||||||
|
|
||||||
> Usuwa zadania o zadanych identyfikatorach (numerach) wcześniej zakolejkowane przez `at` lub `batch`
|
> Usuwa zadania o zadanych identyfikatorach (numerach) wcześniej zakolejkowane przez `at` lub `batch`.
|
||||||
> Aby znaleźć numery zadań, użyj `atq`.
|
> Aby znaleźć numery zadań, użyj `atq`.
|
||||||
> Więcej informacji: <https://manned.org/atrm>.
|
> Więcej informacji: <https://manned.org/atrm>.
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`php -r "{{kod}}"`
|
`php -r "{{kod}}"`
|
||||||
|
|
||||||
- uruchom wbudowany serwer PHP w bieżącym katalogu:
|
- Uruchom wbudowany serwer PHP w bieżącym katalogu:
|
||||||
|
|
||||||
`php -S {{host:port}}`
|
`php -S {{host:port}}`
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# wc
|
# wc
|
||||||
|
|
||||||
> Zlicza linie, słowa, i bajty
|
> Zlicza linie, słowa, i bajty.
|
||||||
> Więcej informacji: <https://www.gnu.org/software/coreutils/wc>.
|
> Więcej informacji: <https://www.gnu.org/software/coreutils/wc>.
|
||||||
|
|
||||||
- Policz linie w pliku
|
- Policz linie w pliku:
|
||||||
|
|
||||||
`wc -l {{plik}}`
|
`wc -l {{plik}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# youtube-dl
|
# youtube-dl
|
||||||
|
|
||||||
> Pobieraj wideo i audio z YouTube i podobnych portali
|
> Pobieraj wideo i audio z YouTube i podobnych portali.
|
||||||
> Więcej informacji: <http://rg3.github.io/youtube-dl/>.
|
> Więcej informacji: <http://rg3.github.io/youtube-dl/>.
|
||||||
|
|
||||||
- Pobierz plik wideo lub wszystkie pliki z playlisty:
|
- Pobierz plik wideo lub wszystkie pliki z playlisty:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`security list-keychains`
|
`security list-keychains`
|
||||||
|
|
||||||
- Usuń zadany pęk kluczy
|
- Usuń zadany pęk kluczy:
|
||||||
|
|
||||||
`security delete-keychain {{ścieżka/do/pliku.keychain}}`
|
`security delete-keychain {{ścieżka/do/pliku.keychain}}`
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# wc
|
# wc
|
||||||
|
|
||||||
> Zlicza linie, słowa, i bajty
|
> Zlicza linie, słowa, i bajty.
|
||||||
> Więcej informacji: <https://ss64.com/osx/wc.html>.
|
> Więcej informacji: <https://ss64.com/osx/wc.html>.
|
||||||
|
|
||||||
- Policz linie w pliku
|
- Policz linie w pliku:
|
||||||
|
|
||||||
`wc -l {{ścieżka/do/pliku}}`
|
`wc -l {{ścieżka/do/pliku}}`
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# msg
|
# msg
|
||||||
|
|
||||||
> Wyślij wiadomość do wybranego użytnownika lub sesji:
|
> Wyślij wiadomość do wybranego użytnownika lub sesji.
|
||||||
> Więcej informacji: <https://learn.microsoft.com/windows-server/administration/windows-commands/msg>.
|
> Więcej informacji: <https://learn.microsoft.com/windows-server/administration/windows-commands/msg>.
|
||||||
|
|
||||||
- Wysyła wiadomość do użytkownika lub sesji:
|
- Wysyła wiadomość do użytkownika lub sesji:
|
||||||
|
|
||||||
`msg {{nazwa_użytkownika|nazwa_sesji|identyfikator_sesji}} {{wiadomość}}`
|
`msg {{nazwa_użytkownika|nazwa_sesji|identyfikator_sesji}} {{wiadomość}}`
|
||||||
|
|
||||||
- Wyślij wiadomość ze standardowego wejścia
|
- Wyślij wiadomość ze standardowego wejścia:
|
||||||
|
|
||||||
`echo "{{wiadomość}}" | msg {{nazwa_użytkownika|nazwa_sesji|identyfikator_sesji}}`
|
`echo "{{wiadomość}}" | msg {{nazwa_użytkownika|nazwa_sesji|identyfikator_sesji}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# wm
|
# wm
|
||||||
|
|
||||||
> Exibe informações da tela de um dispositivo Android
|
> Exibe informações da tela de um dispositivo Android.
|
||||||
> Esse comando só pode ser usado através de `adb shell`.
|
> Esse comando só pode ser usado através de `adb shell`.
|
||||||
> Mais informações: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
> Mais informações: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,6 @@
|
||||||
|
|
||||||
`aws configure list`
|
`aws configure list`
|
||||||
|
|
||||||
- Lista os entradas da configuração de um profile específico
|
- Lista os entradas da configuração de um profile específico:
|
||||||
|
|
||||||
`aws configure list --profile {{profile_name}}`
|
`aws configure list --profile {{profile_name}}`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# certutil
|
# certutil
|
||||||
|
|
||||||
> Gerencie chaves e certificados em bancos de dados e tokens NSS
|
> Gerencie chaves e certificados em bancos de dados e tokens NSS.
|
||||||
> Mais informações: <https://manned.org/certutil>.
|
> Mais informações: <https://manned.org/certutil>.
|
||||||
|
|
||||||
- Cria um novo banco de dados de certificados:
|
- Cria um novo banco de dados de certificados:
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`diff --ignore-all-space {{arquivo_antigo}} {{arquivo_novo}}`
|
`diff --ignore-all-space {{arquivo_antigo}} {{arquivo_novo}}`
|
||||||
|
|
||||||
- Compara arquivos, mostrando diferenças lado a lado
|
- Compara arquivos, mostrando diferenças lado a lado:
|
||||||
|
|
||||||
`diff --side-by-side {{arquivo_antigo}} {{arquivo_novo}}`
|
`diff --side-by-side {{arquivo_antigo}} {{arquivo_novo}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# docker compose
|
# docker compose
|
||||||
|
|
||||||
> Executa e gerencia multi-containers de aplicações Docker
|
> Executa e gerencia multi-containers de aplicações Docker.
|
||||||
> Mais informações: <https://docs.docker.com/compose/reference/>.
|
> Mais informações: <https://docs.docker.com/compose/reference/>.
|
||||||
|
|
||||||
- Lista todos os containers em execução:
|
- Lista todos os containers em execução:
|
||||||
|
@ -31,6 +31,6 @@
|
||||||
|
|
||||||
`docker compose logs --follow`
|
`docker compose logs --follow`
|
||||||
|
|
||||||
- Segue os logs de um container específico
|
- Segue os logs de um container específico:
|
||||||
|
|
||||||
`docker compose logs --follow {{nome_container}}`
|
`docker compose logs --follow {{nome_container}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# br
|
# br
|
||||||
|
|
||||||
> Navega árvore de diretórios interativamente.
|
> Navega árvore de diretórios interativamente.
|
||||||
> Veja também: `broot`
|
> Veja também: `broot`.
|
||||||
> Mais informações: <https://github.com/Canop/broot>.
|
> Mais informações: <https://github.com/Canop/broot>.
|
||||||
|
|
||||||
- Começa e navega na árvore de diretórios atual interativamente:
|
- Começa e navega na árvore de diretórios atual interativamente:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# rolldice
|
# rolldice
|
||||||
|
|
||||||
> Rola dados virtuais
|
> Rola dados virtuais.
|
||||||
> Mais informações: <https://manned.org/rolldice>.
|
> Mais informações: <https://manned.org/rolldice>.
|
||||||
|
|
||||||
- Rola um dado de 20 lados:
|
- Rola um dado de 20 lados:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
> Tenha certeza de que um backend está instalado (poppler, PostScript, ou DjVu).
|
> Tenha certeza de que um backend está instalado (poppler, PostScript, ou DjVu).
|
||||||
> Mais informações: <https://pwmt.org/projects/zathura/>.
|
> Mais informações: <https://pwmt.org/projects/zathura/>.
|
||||||
|
|
||||||
- Abre um arquivo
|
- Abre um arquivo:
|
||||||
|
|
||||||
`zathura {{caminho/para/arquivo}}`
|
`zathura {{caminho/para/arquivo}}`
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
`as {{arquivo.s}} -o {{saida.o}}`
|
`as {{arquivo.s}} -o {{saida.o}}`
|
||||||
|
|
||||||
- Gerar saída mais rapidamente ignorando espaços em branco e pré-processamento de comentários. (Só deve ser usado para compiladores confiáveis)
|
- Gerar saída mais rapidamente ignorando espaços em branco e pré-processamento de comentários. (Só deve ser usado para compiladores confiáveis):
|
||||||
|
|
||||||
`as -f {{arquivo.s}}`
|
`as -f {{arquivo.s}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# wm
|
# wm
|
||||||
|
|
||||||
> Exibe informações da tela de um dispositivo Android
|
> Exibe informações da tela de um dispositivo Android.
|
||||||
> Este comando só pode ser usado através da `adb shell`.
|
> Este comando só pode ser usado através da `adb shell`.
|
||||||
> Mais informações: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
> Mais informações: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# systemsetup
|
# systemsetup
|
||||||
|
|
||||||
> Configura as definições de Preferencias do Sistema da máquina
|
> Configura as definições de Preferencias do Sistema da máquina.
|
||||||
> Mais informações: <https://support.apple.com/guide/remote-desktop/about-systemsetup-apd95406b8d/mac>.
|
> Mais informações: <https://support.apple.com/guide/remote-desktop/about-systemsetup-apd95406b8d/mac>.
|
||||||
|
|
||||||
- Ativa autenticação remota (SSH):
|
- Ativa autenticação remota (SSH):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# arch
|
# arch
|
||||||
|
|
||||||
> Visa namnet på systemarkitekturen:
|
> Visa namnet på systemarkitekturen.
|
||||||
> Se även `uname`.
|
> Se även `uname`.
|
||||||
> Mer information: <https://www.gnu.org/software/coreutils/arch>.
|
> Mer information: <https://www.gnu.org/software/coreutils/arch>.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# clamdscan
|
# clamdscan
|
||||||
|
|
||||||
> โปรแกรมแสกนหาไวรัสบนคอมมานด์ไลน์ โดยใช้โปรแกรมพื้นหลัง ClamAV
|
> โปรแกรมแสกนหาไวรัสบนคอมมานด์ไลน์ โดยใช้โปรแกรมพื้นหลัง ClamAV.
|
||||||
> ข้อมูลเพิ่มเติม: <https://www.clamav.net>.
|
> ข้อมูลเพิ่มเติม: <https://www.clamav.net>.
|
||||||
|
|
||||||
- แสกนข้อบกพร่องของไฟล์หรือไฟล์ในไดเรคทอรี:
|
- แสกนข้อบกพร่องของไฟล์หรือไฟล์ในไดเรคทอรี:
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
> อัพเดทฐานข้อมูลไวรัสที่อ้างอิงโดยโปรแกรมต้านไวรัส ClamAV.
|
> อัพเดทฐานข้อมูลไวรัสที่อ้างอิงโดยโปรแกรมต้านไวรัส ClamAV.
|
||||||
> ข้อมูลเพิ่มเติม: <https://www.clamav.net>.
|
> ข้อมูลเพิ่มเติม: <https://www.clamav.net>.
|
||||||
|
|
||||||
- อัพเดทฐานข้อมูลไวรัส
|
- อัพเดทฐานข้อมูลไวรัส:
|
||||||
|
|
||||||
`freshclam`
|
`freshclam`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# n
|
# n
|
||||||
|
|
||||||
> เครื่องมือในการจัดการเวอร์ชั่นของ node
|
> เครื่องมือในการจัดการเวอร์ชั่นของ node.
|
||||||
> ข้อมูลเพิ่มเติม: <https://github.com/tj/n>.
|
> ข้อมูลเพิ่มเติม: <https://github.com/tj/n>.
|
||||||
|
|
||||||
- ติดตั้ง node เวอร์ชั่นที่กำหนด ถ้าหากเวอร์ชั่นที่กำหนดถูกติดตั้งแล้ว เวอร์ชั่นดังกล่าวจะถูกเปิดใช้งาน:
|
- ติดตั้ง node เวอร์ชั่นที่กำหนด ถ้าหากเวอร์ชั่นที่กำหนดถูกติดตั้งแล้ว เวอร์ชั่นดังกล่าวจะถูกเปิดใช้งาน:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# apt-add-repository
|
# apt-add-repository
|
||||||
|
|
||||||
> ควบคุมและจัดการที่อยู่ของคลัง apt
|
> ควบคุมและจัดการที่อยู่ของคลัง apt.
|
||||||
> ข้อมูลเพิ่มเติม: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
|
> ข้อมูลเพิ่มเติม: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
|
||||||
|
|
||||||
- เพิ่มที่หมายของคลัง apt:
|
- เพิ่มที่หมายของคลัง apt:
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
> ล้างตัวอักษรทั้งหมดที่อยู่บนหน้าต่าง
|
> ล้างตัวอักษรทั้งหมดที่อยู่บนหน้าต่าง
|
||||||
> ข้อมูลเพิ่มเติม: https://learn.microsoft.com/windows-server/administration/windows-commands/cls
|
> ข้อมูลเพิ่มเติม: https://learn.microsoft.com/windows-server/administration/windows-commands/cls
|
||||||
|
|
||||||
- ล้างตัวอักษรทั้งหมดบนหน้าจอ
|
- ล้างตัวอักษรทั้งหมดบนหน้าจอ:
|
||||||
|
|
||||||
`cls`
|
`cls`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git check-attr
|
# git check-attr
|
||||||
|
|
||||||
> `gitattributes` içeriği görüntüleme aracı
|
> `gitattributes` içeriği görüntüleme aracı.
|
||||||
> Daha fazla bilgi: <https://git-scm.com/docs/git-check-attr>.
|
> Daha fazla bilgi: <https://git-scm.com/docs/git-check-attr>.
|
||||||
|
|
||||||
- Bir dosyadaki tüm atıfları kontrol et:
|
- Bir dosyadaki tüm atıfları kontrol et:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git describe
|
# git describe
|
||||||
|
|
||||||
> Bir nesneye varolan referans üzerinden insanlar tarafından okunabilecek biçimde olan bir isim ver:
|
> Bir nesneye varolan referans üzerinden insanlar tarafından okunabilecek biçimde olan bir isim ver.
|
||||||
> Daha fazla bilgi: <https://git-scm.com/docs/git-describe>.
|
> Daha fazla bilgi: <https://git-scm.com/docs/git-describe>.
|
||||||
|
|
||||||
- Mevcut commit için (en son eklenmiş etiket, ilave commit'lerin sayısı ve kısaltılmış commit değerini içeren) özel bir isim oluştur:
|
- Mevcut commit için (en son eklenmiş etiket, ilave commit'lerin sayısı ve kısaltılmış commit değerini içeren) özel bir isim oluştur:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git fsck
|
# git fsck
|
||||||
|
|
||||||
> Git depo indeksindeki düğümlerin geçerliliğini ve bağlantılarını doğrula:
|
> Git depo indeksindeki düğümlerin geçerliliğini ve bağlantılarını doğrula.
|
||||||
> Düzenleme yapılması tavsiye edilmez. Geçersiz düğümleri çözmek için `git gc` komutu önerilir.
|
> Düzenleme yapılması tavsiye edilmez. Geçersiz düğümleri çözmek için `git gc` komutu önerilir.
|
||||||
> Daha fazla bilgi: <https://git-scm.com/docs/git-fsck>.
|
> Daha fazla bilgi: <https://git-scm.com/docs/git-fsck>.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`git ls-tree {{dal_name}}`
|
`git ls-tree {{dal_name}}`
|
||||||
|
|
||||||
- Bir commit üstündeki ağacın içeriklerini alt ağaçlara ayırarak sırala.
|
- Bir commit üstündeki ağacın içeriklerini alt ağaçlara ayırarak sırala:
|
||||||
|
|
||||||
`git ls-tree -r {{commit_değeri}}`
|
`git ls-tree -r {{commit_değeri}}`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git reflog
|
# git reflog
|
||||||
|
|
||||||
> HEAD, dal ve etiketler gibi yerel referansların geçirdiği değişimlerin kaydını göster:
|
> HEAD, dal ve etiketler gibi yerel referansların geçirdiği değişimlerin kaydını göster.
|
||||||
> Daha fazla bilgi: <https://git-scm.com/docs/git-reflog>.
|
> Daha fazla bilgi: <https://git-scm.com/docs/git-reflog>.
|
||||||
|
|
||||||
- HEAD için referans kaydını göster:
|
- HEAD için referans kaydını göster:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# git show-branch
|
# git show-branch
|
||||||
|
|
||||||
> Dalları ve içerdikleri commit'leri göster:
|
> Dalları ve içerdikleri commit'leri göster.
|
||||||
> Daha fazla bilgi: <https://git-scm.com/docs/git-show-branch>.
|
> Daha fazla bilgi: <https://git-scm.com/docs/git-show-branch>.
|
||||||
|
|
||||||
- Bir daldaki son commit'lerin bir özetini göster:
|
- Bir daldaki son commit'lerin bir özetini göster:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`sudo pacman --sync {{paket_ismi}}`
|
`sudo pacman --sync {{paket_ismi}}`
|
||||||
|
|
||||||
- Tüm paketleri senkronize et ve güncelle (bahsi geçen paketleri güncellemeden indirmek için `--downloadonly` eki gereklidir)
|
- Tüm paketleri senkronize et ve güncelle (bahsi geçen paketleri güncellemeden indirmek için `--downloadonly` eki gereklidir):
|
||||||
|
|
||||||
`sudo pacman --sync --refresh --sysupgrade`
|
`sudo pacman --sync --refresh --sysupgrade`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# tldr
|
# tldr
|
||||||
|
|
||||||
> Відображає прості сторінки допомоги для інструментів командного рядка з проекту tldr-pages
|
> Відображає прості сторінки допомоги для інструментів командного рядка з проекту tldr-pages.
|
||||||
> Більше інформації: <https://tldr.sh>.
|
> Більше інформації: <https://tldr.sh>.
|
||||||
|
|
||||||
- Показує типове використання команди (підказка: це те, як ви потрапили сюди!):
|
- Показує типове використання команди (підказка: це те, як ви потрапили сюди!):
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue