Supercat: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „program that colorizes text for terminals and HTML“ |
K Textersetzung - „<div style="column-count:3">“ durch „<div style="column-count:2">“ |
||
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''supercat''' - Färbt Text für Terminals und HTML ein | |||
== Beschreibung == | |||
Programm zum Einfärben von Text für Terminals und HTML | |||
Supercat ist ein Programm, das Text anhand von übereinstimmenden regulären Ausdrücken/Zeichenfolgen/Zeichen einfärbt. Supercat unterstützt sowohl HTML-Ausgabe als auch Standard-ASCII-Text. Im Gegensatz zu einigen anderen Programmen zum Einfärben von Text müssen Sie bei Supercat kein Programmierer sein, um Einfärbungsregeln festzulegen. | |||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== Dateien === | |||
; /etc | |||
/etc/supercat/spcrc | |||
/etc/supercat/spcrc-ChangeLog | |||
/etc/supercat/spcrc-access_log | |||
/etc/supercat/spcrc-c | |||
/etc/supercat/spcrc-diff | |||
/etc/supercat/spcrc-dpkg-l | |||
/etc/supercat/spcrc-emerge | |||
/etc/supercat/spcrc-error_log | |||
/etc/supercat/spcrc-gentooconfd | |||
/etc/supercat/spcrc-package | |||
/etc/supercat/spcrc-patch | |||
/etc/supercat/spcrc-py | |||
/etc/supercat/spcrc-svn | |||
/etc/supercat/spcrc-xorg | |||
; /usr | |||
/usr/bin | |||
'''/usr/bin/spc''' | |||
/usr/share | |||
/usr/share/doc | |||
/usr/share/doc/supercat | |||
/usr/share/doc/supercat/README.Debian | |||
/usr/share/doc/supercat/changelog.Debian.gz | |||
/usr/share/doc/supercat/changelog.gz | |||
/usr/share/doc/supercat/copyright | |||
/usr/share/doc/supercat/spc.txt | |||
/usr/share/man | |||
/usr/share/man/man1 | |||
/usr/share/man/man1/spc.1.gz | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== Optionen === | |||
{| class="wikitable sortable options gnu" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| || || || | |||
|- | |||
|} | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
{| class="wikitable options col1center" | |||
|- | |||
! Wert !! Beschreibung | |||
|- | |||
| 0 || Erfolg | |||
|- | |||
| >0 || Fehler | |||
|} | |||
== Anwendung == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== Problembehebung === | |||
== Konfiguration == | |||
=== Dateien === | |||
{| class="wikitable options" | |||
|- | |||
! Datei !! Beschreibung | |||
|- | |||
| || | |||
|- | |||
| || | |||
|} | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
<div style="column-count:2"> | |||
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | |||
</div> | |||
---- | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | |||
=== Dokumentation === | |||
; Man-Page | |||
# [https://manpages.debian.org/bookworm/supercat/spc.1.en.html spc(1)] | |||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
{{DEFAULTSORT:supercat}} | |||
{{DISPLAYTITLE:supercat}} | |||
[[Kategorie:Linux/Befehl]] | |||
[[Kategorie:Linux/Datei/Ausgabe]] | |||
</noinclude> |
Aktuelle Version vom 28. Juni 2025, 11:14 Uhr
supercat - Färbt Text für Terminals und HTML ein
Beschreibung
Programm zum Einfärben von Text für Terminals und HTML
Supercat ist ein Programm, das Text anhand von übereinstimmenden regulären Ausdrücken/Zeichenfolgen/Zeichen einfärbt. Supercat unterstützt sowohl HTML-Ausgabe als auch Standard-ASCII-Text. Im Gegensatz zu einigen anderen Programmen zum Einfärben von Text müssen Sie bei Supercat kein Programmierer sein, um Einfärbungsregeln festzulegen.
Installation
Dateien
- /etc
/etc/supercat/spcrc /etc/supercat/spcrc-ChangeLog /etc/supercat/spcrc-access_log /etc/supercat/spcrc-c /etc/supercat/spcrc-diff /etc/supercat/spcrc-dpkg-l /etc/supercat/spcrc-emerge /etc/supercat/spcrc-error_log /etc/supercat/spcrc-gentooconfd /etc/supercat/spcrc-package /etc/supercat/spcrc-patch /etc/supercat/spcrc-py /etc/supercat/spcrc-svn /etc/supercat/spcrc-xorg
- /usr
/usr/bin /usr/bin/spc /usr/share /usr/share/doc /usr/share/doc/supercat /usr/share/doc/supercat/README.Debian /usr/share/doc/supercat/changelog.Debian.gz /usr/share/doc/supercat/changelog.gz /usr/share/doc/supercat/copyright /usr/share/doc/supercat/spc.txt /usr/share/man /usr/share/man/man1 /usr/share/man/man1/spc.1.gz
Aufruf
Optionen
Unix | GNU | Parameter | Beschreibung |
---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
Wert | Beschreibung |
---|---|
0 | Erfolg |
>0 | Fehler |
Anwendung
Problembehebung
Konfiguration
Dateien
Datei | Beschreibung |
---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
Links
Projekt
Weblinks