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
The Nunn Report - w/ Dan Nunn
1 hour ago[Ep 751] Jimmy Kimmel – You’re Fired! | Freedom of Speech is Not Freedom From Consequence
138 watching -
1:28:39
Sean Unpaved
4 hours agoBills-Dolphins TNF Battle, Steelers' D in Crisis, & Coaching Hot Seat Alert!
18.9K1 -
59:58
Human Events Daily with Jack Posobiec
2 hours agoHUMAN EVENTS DAILY WITH JACK POSOBIEC
18.9K23 -
1:12:48
LindellTV
2 hours agoTHE MIKE LINDELL SHOW: JIMMY KIMMEL SUSPENDED
11.9K4 -
1:57:27
The Charlie Kirk Show
4 hours agoMegyn Kelly Remembers Charlie + Jimmy Kimmel Off the Air | 9.18.2025
284K91 -
LIVE
SternAmerican
1 day agoElection Integrity Call – Thurs, Sept 18 · 2 PM EST | Featuring Rhode Island
124 watching -
4:22
Michael Heaver
4 hours agoLabour Face Brutal UK WIPEOUT
17.7K5 -
10:32
Faith Frontline
19 hours agoKenneth Copeland EXPOSED as America’s CREEPIEST Pastor Yet
14.5K12 -
4:33:50
Right Side Broadcasting Network
23 hours agoLIVE REPLAY: President Trump Holds a Press Conference with Prime Minister Keir Starmer - 9/18/25
87.6K43 -
1:01:35
The Rubin Report
5 hours agoJimmy Kimmel Humiliated as NY Post Exposes His Dark Reaction to Being Canceled
78.1K123