Template:Prompt

From VideoLAN Wiki
Revision as of 19:38, 6 March 2019 by DoesItReallyMatter (talk | contribs) (Create page, all my work. I got the idea from here)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

$

Links to Command-line interface like {{%}} but more flexible.

Technical restrictions forbid page names of > and #, but we can redirect $ and % here.

Different styles are available:

  • cmd: Windows Command Prompt called cmd.exe or cmd
  • bash: Bourne, Bash and Korn. Linux/Unix/macOS use bash as their default login shell
  • csh: C Shell
  • root: The root user as shown on a *nix system

Usage:

{{ prompt }}

Examples:

{{ prompt | cmd }}

>

{{ prompt | bash }}

$

{{ prompt | csh }}

%

{{ prompt | root }}

#