Befehlszeilenumgebung: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
Zeile 15: | Zeile 15: | ||
* ShellConfiguration - WIP | * ShellConfiguration - WIP | ||
* Zg2ShellStartup - WIP | * Zg2ShellStartup - WIP | ||
== Links == | == Links == | ||
# https://wiki.debian.org/CommandLineInterface | # https://wiki.debian.org/CommandLineInterface | ||
# https://www.debian.org/doc/manuals/debian-reference/ch01.en.html | # https://www.debian.org/doc/manuals/debian-reference/ch01.en.html |
Version vom 10. November 2024, 11:39 Uhr
A command-line interface (CLI) is a means of interacting with a computer program where the user (or client) issues commands to the program in the form of successive lines of text (command lines). The program which handles the interface is called a command-line interpreter or Shell.
General articles
- ShellCommands - Basic command-line operation of a GNU/Linux system
- Shell - Command-line shells
- Console - The Linux console
- Bash - The default interactive shell in Debian
- CommandLine - WIP
- TheUnixWay
- ShellScript - WIP
- ManPage - Documentation/manual pages for command-line programs
- TerminalEmulator - Programs to interact with shells and command-line programs
- CommandsCLI - WIP
- Shell Tricks - WIP
- ShellConfiguration - WIP
- Zg2ShellStartup - WIP