Premium Only Content

Linux Terminal Kurs Teil 6 - cat
#MiBaTech #MiBaHealthAndNutrition #MiBaFunAndGames
Willkommen zum sechsten Teil meines Terminal-Kurses.
Erstellen einer neuen Datei und Inhalt einfügen.
cat > test1.txt
Text in test1.
Strg + D / Eingabe beenden
Sich den Inhalt der Datei anzeigen lassen.
cat test1.txt
Inhalt einer einzelnen Datei exportieren
cat test1.txt > test3.txt
Wenn eine Datei exportiert wird, die bereits existiert, wird der Inhalt der Datei überschrieben
cat test2.txt > test3.txt
Inhalt mehrerer Dateien exportieren
cat test1.txt test2.txt > test3.txt
Inhalt in umgekehrter Reihenfolge anzeigen. Der Inhalt der Datei wird nicht verändert.
tac test3.txt
Dateiinhalte an eine andere Datei anhängen
cat test1.txt >> test3.txt
Zeilen der Datei nummerieren mit der -n Option. Der Inhalt der Datei wird nicht verändert.
cat -n test3.txt
Man kann auch mehrere Dateien an das Ende einer vorhandenen Datei anhängen:
cat test2.txt test1.txt >> test4.txt
Zeilenende anzeigen mit der -e Option, am Ende der Zeile wird ein Dollarzeichen eingefügt.
cat -e test4.txt
Durch Tabulatoren getrennte Zeilen anzeigen mit der -t Option
cat -t test4.txt
Leerzeichen entfernen mit der -s Option
cat -s test4.txt
In Dateien suchen
cat Dateiname | grep --color Suchbegriff
PlayList
https://www.youtube.com/watch?v=uarQolcS5d8&list=PLq7y778vthUDlQdlLmzJPOJyLYXxBObzC&index=1
Time Codes
00:00 - Pre-intro
00:39 - Intro
01:51 - Get your very own Linux server from Linode (sponsor)
03:22 - Basic usage of the cat command
04:09 - Concatenating files with the cat command
05:30 - Viewing line numbers with the cat command
05:55 - Chaining the cat command with other commands
07:03 - A more practical example of the cat command in action
chapter
what is an endcard
-
LIVE
Trumpet Daily
37 minutes agoTrumpet Daily LIVE | Sept. 18, 2025
521 watching -
LIVE
Grant Stinchfield
1 hour agoExposed: Schiff’s Dangerous Game with Classified Intel... Charges on the Horizon
203 watching -
LIVE
LFA TV
13 hours agoKIMMEL GONE | ANTIFA LABELED TERRORISTS! - THURSDAY 9/18/25
4,536 watching -
1:41:51
Dear America
4 hours agoJimmy Kimmel’s Show Gets CANCELLED Because Of His Comments On Charlie!! + Kash EXPOSES CIA!!
157K64 -
Benny Johnson
2 hours agoHow We Got Jimmy Kimmel Ripped Off-Air, Why The Right Must Fight | Trump Press Conference LIVE Now
32.6K27 -
The Big Mig™
2 hours agoThe Lefts Nuclear Meltdown, Cancel Culture Cancels Jimmy Kimmel
9.67K8 -
DVR
Chad Prather
1 hour agoJimmy Kimmel Is FIRED After Horrific Charlie Kirk Comments + Trump Designates ANTIFA As Terrorists!
6.66K10 -
55:01
The White House
3 hours agoPress Conference with the Prime Minister of the United Kingdom of Great Britain and Northern Ireland
14.3K7 -
43:34
Barry Cunningham
2 hours agoBREAKING NEWS: PRESIDENT TRUMP PARTICIPATES IN PRESS CONFERENCE IN ENGLAND
9.63K9 -
2:06:41
Badlands Media
9 hours agoBadlands Daily: September 18, 2025
28.8K18