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
-
2:12:00
DLDAfterDark
10 hours ago $13.62 earnedThe After Hours Armory! Tonight is The Chat's Chat! God, Guns, and Gear!
42.6K4 -
3:32:18
Mally_Mouse
12 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Phasmophobia
52K5 -
1:13:19
iCkEdMeL
8 hours ago $10.16 earnedChaos Explodes in Chicago & Portland | Feds Clash with Protesters!
52.4K30 -
21:54
Exploring With Nug
1 day ago $10.53 earnedScuba Diving Missing Person Search Leads to Discovery of Classic Cars!
66.8K19 -
8:06:32
Phyxicx
13 hours agoStar Wars: Movie Battles II Community Event hosted by ReaperAF95 - 10/4/2025
31.5K -
1:19:51
World2Briggs
12 hours ago $2.71 earnedThe US This Week
36.2K7 -
2:31:13
Joker Effect
9 hours ago"MAKE STREAMING GREAT AGAIN" - Brands Step Up Finally. Birth of Rumble Community. Taking Leadership
22.3K3 -
5:02:17
Illyes Jr Gaming
12 hours ago"Machine Gun" Takes On BLACK OPS 7 Beta DAY 3!!!
14.4K1 -
2:57:29
Damysus Gaming
9 hours agoBorderlands 4 - AMON Vs Timekeeper!! Lets Grind This OUT!!
12.4K -
3:10:06
Nikko Ortiz
15 hours agoHAMAS Gaza Peace Deal And MORE.... Brutally Honest EP #17 | Rumble LIVE
117K83