1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/lolcat.md

21 lines
539 B
Markdown
Raw Normal View History

2020-07-02 16:14:42 +02:00
# lolcat
2021-03-25 17:42:04 +01:00
> Färbe Text in Regenbogenfarben ein.
> Weitere Informationen: <https://github.com/busyloop/lolcat>.
2020-07-02 16:14:42 +02:00
2021-03-25 17:42:04 +01:00
- Gib den Inhalt einer Datei in Regenbogenfarben in der Konsole aus:
2020-07-02 16:14:42 +02:00
2021-03-25 17:42:04 +01:00
`lolcat {{pfad/zu/datei}}`
2020-07-02 16:14:42 +02:00
2021-03-25 17:42:04 +01:00
- Gib die Ausgabe eines Befehls in Regenbogenfarben in der Konsole aus:
2020-07-02 16:14:42 +02:00
`{{fortune}} | lolcat`
2021-03-25 17:42:04 +01:00
- Gib den Inhalt einer Datei in animierten Regenbogenfarben in der Konsole aus:
2020-07-02 16:14:42 +02:00
2021-03-25 17:42:04 +01:00
`lolcat -a {{pfad/zu/datei}}`
2020-07-02 16:14:42 +02:00
2021-03-25 17:42:04 +01:00
- Gib den Inhalt einer Datei in 24-bit (truecolor) Regenbogenfarben in der Konsole aus:
2020-07-02 16:14:42 +02:00
`lolcat -t {{pfad/zu/datei}}`