Merge 3e2adcac52
into 6b50745d2e
commit
148f686cb0
|
@ -9,17 +9,22 @@
|
||||||
[](https://gitter.im/jlevy/the-art-of-command-line?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/jlevy/the-art-of-command-line?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
||||||
|
- [The Art of Command Line](#the-art-of-command-line)
|
||||||
- [Kurzbeschreibung](#kurzbeschreibung)
|
- [Kurzbeschreibung](#kurzbeschreibung)
|
||||||
- [Grundlagen](#grundlagen)
|
- [Grundlagen](#grundlagen)
|
||||||
- [Täglicher Gebrauch](#täglicher-gebrauch)
|
- [Täglicher Gebrauch](#t%C3%A4glicher-gebrauch)
|
||||||
- [Umgang mit Dateien und Daten](#umgang-mit-dateien-und-daten)
|
- [Umgang mit Dateien und Daten](#umgang-mit-dateien-und-daten)
|
||||||
- [Fehlerbehebung auf Systemebene](#fehlerbehebung-auf-systemebene)
|
- [Fehlerbehebung auf Systemebene](#fehlerbehebung-auf-systemebene)
|
||||||
- [Einzeiler](#einzeiler)
|
- [Einzeiler](#einzeiler)
|
||||||
- [Eigenartig aber hilfreich](#eigenartig-aber-hilfreich)
|
- [Eigenartig aber hilfreich](#eigenartig-aber-hilfreich)
|
||||||
- [Nur MacOS X](#nur-macos-x)
|
- [Nur MacOS X](#nur-macos-x)
|
||||||
- [Nur Windows](#nur-windows)
|
- [Nur Windows](#nur-windows)
|
||||||
|
- [Möglichkeiten, Unix-Tools unter Windows zu erhalten](#m%C3%B6glichkeiten-unix-tools-unter-windows-zu-erhalten)
|
||||||
|
- [Nützliche Windows Befehlszeilen-Werkzeugen](#n%C3%BCtzliche-windows-befehlszeilen-werkzeugen)
|
||||||
|
- [Cygwin Tipps und Tricks](#cygwin-tipps-und-tricks)
|
||||||
- [Weitere Quellen](#weitere-quellen)
|
- [Weitere Quellen](#weitere-quellen)
|
||||||
- [Haftungsausschluss](#haftungsausschluss)
|
- [Haftungsausschluss](#haftungsausschluss)
|
||||||
|
- [Lizenz](#lizenz)
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -564,7 +569,7 @@ Diese Hinweise sind *nur* für Windows relevant.
|
||||||
|
|
||||||
- Du kannst die meisten Aufgaben der Windows-Systemverwaltung von der Befehlszeile ausführen und skripten, indem du den Umgang mit `wmic` lernst.
|
- Du kannst die meisten Aufgaben der Windows-Systemverwaltung von der Befehlszeile ausführen und skripten, indem du den Umgang mit `wmic` lernst.
|
||||||
|
|
||||||
- Native Windows Befehlszeilen Netzwerk Werkzeugen, die du nützlich finden kannst, gehören `ping`,` ipconfig`, `traceroute` und `netstat`.
|
- Native Windows Befehlszeilen Netzwerk Werkzeugen, die du nützlich finden kannst, gehören `ping`,` ipconfig`, `traceroute`, `netstat` und `curl`.
|
||||||
|
|
||||||
- Du kannst [viele nützliche Windows-Aufgaben] (http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) durch Aufrufen des Befehls `Rundll32` ausführen.
|
- Du kannst [viele nützliche Windows-Aufgaben] (http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) durch Aufrufen des Befehls `Rundll32` ausführen.
|
||||||
|
|
||||||
|
|
|
@ -544,7 +544,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
|
||||||
|
|
||||||
- Μπορείτε να εκτελέσετε και να γράψετε scripts για τις περισσότερες εργασίες διαχείρισης συστήματος των Windows από τη γραμμή εντολών μαθαίνοντας και χρησιμοποιώντας την `wmic`.
|
- Μπορείτε να εκτελέσετε και να γράψετε scripts για τις περισσότερες εργασίες διαχείρισης συστήματος των Windows από τη γραμμή εντολών μαθαίνοντας και χρησιμοποιώντας την `wmic`.
|
||||||
|
|
||||||
- Χρήσιμα εγγενή εργαλεία της γραμμής εντολών των Windows για διαχείριση και αποσφαλμάτωση του δικτύου είναι τα `ping`,` ipconfig`, `traceroute` και `netstat`.
|
- Χρήσιμα εγγενή εργαλεία της γραμμής εντολών των Windows για διαχείριση και αποσφαλμάτωση του δικτύου είναι τα `ping`,` ipconfig`, `traceroute`, `netstat` και `curl`.
|
||||||
|
|
||||||
- Πολλές [χρήσιμες λειτουργίες των Windows] (http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) μπορούν να εκτελεστούν μέσω της εντολής `Rundll32`.
|
- Πολλές [χρήσιμες λειτουργίες των Windows] (http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) μπορούν να εκτελεστούν μέσω της εντολής `Rundll32`.
|
||||||
|
|
||||||
|
|
13
README-fr.md
13
README-fr.md
|
@ -7,17 +7,22 @@
|
||||||
Bien que très populaire, il pourrait être plus étendu et un peu plus approfondi.
|
Bien que très populaire, il pourrait être plus étendu et un peu plus approfondi.
|
||||||
Si vous aimer écrire, n'êtes pas loin d'être un expert du sujet et êtes disposé à contribuer, veuillez me laisser un message à josh (0x40) holloway.com. –[jlevy](https://github.com/jlevy), [Holloway](https://www.holloway.com). Merci !*
|
Si vous aimer écrire, n'êtes pas loin d'être un expert du sujet et êtes disposé à contribuer, veuillez me laisser un message à josh (0x40) holloway.com. –[jlevy](https://github.com/jlevy), [Holloway](https://www.holloway.com). Merci !*
|
||||||
|
|
||||||
- [Méta](#méta)
|
- [L'art de la ligne de commande](#lart-de-la-ligne-de-commande)
|
||||||
|
- [Méta](#m%C3%A9ta)
|
||||||
- [Notions de base](#notions-de-base)
|
- [Notions de base](#notions-de-base)
|
||||||
- [Utilisation quotidienne](#utilisation-quotidienne)
|
- [Utilisation quotidienne](#utilisation-quotidienne)
|
||||||
- [Traitement des fichiers et des données](#traitement-des-fichiers-et-des-données)
|
- [Traitement des fichiers et des données](#traitement-des-fichiers-et-des-donn%C3%A9es)
|
||||||
- [Débogage du système](#débogage-du-système)
|
- [Débogage du système](#d%C3%A9bogage-du-syst%C3%A8me)
|
||||||
- [Unilignes](#unilignes)
|
- [Unilignes](#unilignes)
|
||||||
- [Obscures mais utiles](#obscures-mais-utiles)
|
- [Obscures mais utiles](#obscures-mais-utiles)
|
||||||
- [Uniquement macOS](#uniquement-macos)
|
- [Uniquement macOS](#uniquement-macos)
|
||||||
- [Uniquement Windows](#uniquement-windows)
|
- [Uniquement Windows](#uniquement-windows)
|
||||||
|
- [Différentes manières d'obtenir les outils Unix sous Windows](#diff%C3%A9rentes-mani%C3%A8res-dobtenir-les-outils-unix-sous-windows)
|
||||||
|
- [Outils en ligne de commande utiles pour Windows](#outils-en-ligne-de-commande-utiles-pour-windows)
|
||||||
|
- [Trucs et astuces à propos de Cygwin](#trucs-et-astuces-%C3%A0-propos-de-cygwin)
|
||||||
- [Autres ressources](#autres-ressources)
|
- [Autres ressources](#autres-ressources)
|
||||||
- [Avertissement](#avertissement)
|
- [Avertissement](#avertissement)
|
||||||
|
- [Licence](#licence)
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -711,7 +716,7 @@ Notez que très peu de commandes Unix et d'options de ligne de commande sont dis
|
||||||
|
|
||||||
- Vous pouvez accomplir et scripter la plupart des tâches d'administration système de Windows depuis la ligne de commande à l'aide de `wmic`.
|
- Vous pouvez accomplir et scripter la plupart des tâches d'administration système de Windows depuis la ligne de commande à l'aide de `wmic`.
|
||||||
|
|
||||||
- Parmi les outils réseaux en ligne de commande nativement disponibles sous windows que vous devriez trouver utiles, on trouve `ping`, `ipconfig`, `tracert` et `netstat`.
|
- Parmi les outils réseaux en ligne de commande nativement disponibles sous windows que vous devriez trouver utiles, on trouve `ping`, `ipconfig`, `tracert`, `netstat` et `curl`.
|
||||||
|
|
||||||
- Vous pouvez effectuer [de nombreuses tâches sous Windows](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) en invoquant la commande `Rundll32`.
|
- Vous pouvez effectuer [de nombreuses tâches sous Windows](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) en invoquant la commande `Rundll32`.
|
||||||
|
|
||||||
|
|
11
README-sl.md
11
README-sl.md
|
@ -9,17 +9,22 @@
|
||||||
[](https://gitter.im/jlevy/the-art-of-command-line?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/jlevy/the-art-of-command-line?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
||||||
|
- [Umetnost ukazne vrstice](#umetnost-ukazne-vrstice)
|
||||||
- [Meta](#meta)
|
- [Meta](#meta)
|
||||||
- [Osnove](#osnove)
|
- [Osnove](#osnove)
|
||||||
- [Vsakodnevna uporaba](#vsakodnevna-uporaba)
|
- [Vsakodnevna uporaba](#vsakodnevna-uporaba)
|
||||||
- [Procesiranje datotek in podatkov](#procesiranje-datotek-in-podatkov)
|
- [Procesiranje datotek in podatkov](#procesiranje-datotek-in-podatkov)
|
||||||
- [Sistemsko razhroščevanje](#sistemsko-razhroščevanje)
|
- [Sistemsko razhroščevanje](#sistemsko-razhro%C5%A1%C4%8Devanje)
|
||||||
- [V eni vrstici](#v-eni-vrstici)
|
- [V eni vrstici](#v-eni-vrstici)
|
||||||
- [Nepregledno vendar uporabno](#nepregledno-vendar-uporabno)
|
- [Nepregledno vendar uporabno](#nepregledno-vendar-uporabno)
|
||||||
- [Samo za macOS](#samo-za-macos)
|
- [Samo za macOS](#samo-za-macos)
|
||||||
- [Samo za Windows](#samo-za-windows)
|
- [Samo za Windows](#samo-za-windows)
|
||||||
- [Več virov](#več-virov)
|
- [Načini pridobitve Unix orodij na Windows](#na%C4%8Dini-pridobitve-unix-orodij-na-windows)
|
||||||
|
- [Uporabna Windows orodja ukazne vrstice](#uporabna-windows-orodja-ukazne-vrstice)
|
||||||
|
- [Cygwin nasveti in triki](#cygwin-nasveti-in-triki)
|
||||||
|
- [Več virov](#ve%C4%8D-virov)
|
||||||
- [Pogoji uporabe](#pogoji-uporabe)
|
- [Pogoji uporabe](#pogoji-uporabe)
|
||||||
|
- [Licenca](#licenca)
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -580,7 +585,7 @@ Sledeče velja *samo* za Windows.
|
||||||
|
|
||||||
- Izvajate in kodirate lahko večino sistemskih opravil Windows iz ukazne vrstice, če se naučite uporabljati `wmic`.
|
- Izvajate in kodirate lahko večino sistemskih opravil Windows iz ukazne vrstice, če se naučite uporabljati `wmic`.
|
||||||
|
|
||||||
- Izvorna mrežna orodja ukazne vrstice Windows, ki jih morda najdete uporabne, vključujejo `ping`, `ipconfig`, `tracert` in `netstat`.
|
- Izvorna mrežna orodja ukazne vrstice Windows, ki jih morda najdete uporabne, vključujejo `ping`, `ipconfig`, `tracert`, `netstat` in `curl`.
|
||||||
|
|
||||||
- Izvajate lahko [mnoga upporabna opravila Windows](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) s klicem ukaza `Rundll32`.
|
- Izvajate lahko [mnoga upporabna opravila Windows](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) s klicem ukaza `Rundll32`.
|
||||||
|
|
||||||
|
|
|
@ -568,7 +568,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
|
||||||
|
|
||||||
- 可以使用 `wmic` 在命令行环境下给大部分 Windows 系统管理任务编写脚本以及执行这些任务。
|
- 可以使用 `wmic` 在命令行环境下给大部分 Windows 系统管理任务编写脚本以及执行这些任务。
|
||||||
|
|
||||||
- Windows 实用的原生命令行网络工具包括 `ping`,`ipconfig`,`tracert`,和 `netstat`。
|
- Windows 实用的原生命令行网络工具包括 `ping`,`ipconfig`,`tracert`, `netstat` 和 `curl`。
|
||||||
|
|
||||||
- 可以使用 `Rundll32` 命令来实现[许多有用的 Windows 任务](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) 。
|
- 可以使用 `Rundll32` 命令来实现[许多有用的 Windows 任务](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) 。
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
*Note: I'm planning to revise this and looking for a new co-author to help with expanding this into a more comprehensive guide. While it's very popular, it could be broader and a bit deeper. If you like to write and are close to being an expert on this material and willing to consider helping, please drop me a note at josh (0x40) holloway.com. –[jlevy](https://github.com/jlevy), [Holloway](https://www.holloway.com). Thank you!*
|
*Note: I'm planning to revise this and looking for a new co-author to help with expanding this into a more comprehensive guide. While it's very popular, it could be broader and a bit deeper. If you like to write and are close to being an expert on this material and willing to consider helping, please drop me a note at josh (0x40) holloway.com. –[jlevy](https://github.com/jlevy), [Holloway](https://www.holloway.com). Thank you!*
|
||||||
|
|
||||||
|
- [The Art of Command Line](#the-art-of-command-line)
|
||||||
- [Meta](#meta)
|
- [Meta](#meta)
|
||||||
- [Basics](#basics)
|
- [Basics](#basics)
|
||||||
- [Everyday use](#everyday-use)
|
- [Everyday use](#everyday-use)
|
||||||
|
@ -15,8 +16,12 @@
|
||||||
- [Obscure but useful](#obscure-but-useful)
|
- [Obscure but useful](#obscure-but-useful)
|
||||||
- [macOS only](#macos-only)
|
- [macOS only](#macos-only)
|
||||||
- [Windows only](#windows-only)
|
- [Windows only](#windows-only)
|
||||||
|
- [Ways to obtain Unix tools under Windows](#ways-to-obtain-unix-tools-under-windows)
|
||||||
|
- [Useful Windows command-line tools](#useful-windows-command-line-tools)
|
||||||
|
- [Cygwin tips and tricks](#cygwin-tips-and-tricks)
|
||||||
- [More resources](#more-resources)
|
- [More resources](#more-resources)
|
||||||
- [Disclaimer](#disclaimer)
|
- [Disclaimer](#disclaimer)
|
||||||
|
- [License](#license)
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -585,7 +590,7 @@ These items are relevant *only* on Windows.
|
||||||
|
|
||||||
- You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`.
|
- You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`.
|
||||||
|
|
||||||
- Native command-line Windows networking tools you may find useful include `ping`, `ipconfig`, `tracert`, and `netstat`.
|
- Native command-line Windows networking tools you may find useful include `ping`, `ipconfig`, `tracert`, `netstat` and `curl`.
|
||||||
|
|
||||||
- You can perform [many useful Windows tasks](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) by invoking the `Rundll32` command.
|
- You can perform [many useful Windows tasks](http://www.thewindowsclub.com/rundll32-shortcut-commands-windows) by invoking the `Rundll32` command.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue