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
-
3:19:22
Barry Cunningham
3 hours agoPresident Trump Talks China | Mike Johnson Shutdown Day 30 | Reacting To JD Vance Questions At TPUSA
13.8K4 -
LIVE
LFA TV
20 hours agoLIVE & BREAKING NEWS! | THURSDAY 10/30/25
1,155 watching -
14:54
The Kevin Trudeau Show Limitless
1 day agoThe Hidden Force Running Your Life
30.5K6 -
LIVE
freecastle
5 hours agoTAKE UP YOUR CROSS- Do not be deceived: 'Bad company ruins good morals.
90 watching -
LIVE
The HotSeat
2 hours agoWatching Them Implode.....Fun To Watch!!!
252 watching -
LIVE
Owen Shroyer
1 hour agoOwen Report - 10-30-2025 - Trump Threatens To Bring Back Nuclear Bomb Testing
1,191 watching -
LIVE
The Nunn Report - w/ Dan Nunn
3 hours ago[Ep 781] Arctic Treason – Smith, Boasberg, Deep State Coup | TPUSA Revival! | Joe Autopen
175 watching -
1:05:14
The Quartering
3 hours agoSocial Order Has Collapsed
93.6K22 -
1:12:11
DeVory Darkins
5 hours agoKamala STUNNED after brutal question from reporter as Trump DOMINATES CHINA MEETING
118K90 -
3:34:09
Due Dissidence
7 hours agoMegyn Kelly GASLIGHTS Candace Fan, Tucker TORCHES Christian Zionism, Israel BREAKS CEASEFIRE AGAIN
18.5K27