Heute die Frage wie komme ich über Bash an Dokumentationen von Programmen ??
Die Antwort ist man mit diesem Befehl und dem Namen der Software, bekommt man die Dokumentation des entsprechenden Programms.
Jetzt werden einige sagen das ist doch überholt. Ja dieses Programm ist mit das älteste im Linux Bereich, jedoch wird sowohl das Programm noch fleißig weiter entwickelt als auch alle Dokus werden zur verfügung gestellt.
es ist das schnelste Anzeigeprogramm für Dokumentationen.
Aber nun zu man
man
man -h
oder man -?
ruft die verkürzte Dokumentation auf. Hier werden alle Erweiterten Befehle genau beschrieben (auch in Deutsch)
Probiert es mal mit man man
einfach mal aus.
Aufgebaut ist das Handbuch wie folgt
- Name der Anwendung
- die Syntax (Synopsis) hier werden alle Parameter und Optionen beschrieben
- Beschreibung (Description) eine Beschreibung der Funktionsweise des Programms
- OPTIONS (FLAGS) Eine, üblicherweise alphabetisch sortierte, Liste der Optionen und ihrer Parameter.
- USAGE Eine kleine Anleitung zum einsatz des Programms. (Nicht immer Vorhanden)
- Rückgabewerte in soweit das Programm etwas zurück gibt, beziehungs weise aus gibt.
- Beispiele einige Beispiele des Programms mit Optionen und Parametern. Sowie was es tut.
- SEE ALSO Eine Liste ähnlicher oder verwandter Befehle oder/und Funktionen, bei betroffenen Dateien wird hier auf die entsprechenden Einträge verwiesen.
- Fehler (Bugs) Hier werden bekannte Fehler oder und anwendungsfehler aufgelistet.
- Autoren (Authors) Hier dan die Danksagung an alle Mitwirkenden.
Auch für so manche Konfigurationsdateien existieren Handbücher welche mit man aufrufbar sind.
Einfach mal herum spielen.
Viel Spaß
Gruß Frank
Hier noch mein Dank für eure Unterstützung. für weitere Projekte.
Today the question how do I get over Bash to documentation of programs?
The answer is man with this command and the name of the software, you get the documentation of the corresponding program.
Now some will say that is outdated. Yes, this program is the oldest in the Linux area, but the program is still being developed and all the docs are provided.
It is the fastest viewer for documentation.
But now to man
man
man -h
orman -?
calls the shortened documentation. Here all extended commands are described exactly (also in German)
Just give it a try with man man
.
The manual is set up as follows
- Name * of the application
- the * syntax (synopsis) * all parameters and options are described here
- Description (Description) * a description of how the program works
- OPTIONS (FLAGS) * A list of options and their parameters, usually alphabetically sorted.
- USAGE * A small guide to using the program. (Not always available)
- Return values * as far as the program gives something back, resp.
- Examples * some examples of the program with options and parameters. As well as what it does.
- SEE ALSO * For a list of similar or related commands and / or functions, refer to the relevant entries for affected files.
- Errors (Bugs) * List known errors or and application errors.
- Authors * Here the thanks to all contributors.
Also for some configuration files there are manuals which can be called up with one.
Just play around.
Have fun
Greeting Frank
Here's my thanks for your support for more projects.
denn "man" steht für "manual page" richtig?
🤗
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Das ist Gold richtig.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit