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 Bubba Army
22 hours agoNick Hogan Sues Bubba to BLOCK the DOC - Bubba the Love Sponge® Show | 9/03/25
2,728 watching -
8:01
MattMorseTV
13 hours ago $10.89 earnedHe's ACTUALLY doing it...
74.8K70 -
33:25
Uncommon Sense In Current Times
16 hours ago $2.78 earnedHollywood’s Woke Agenda Exposed | Kevin Sorbo on Cancel Culture, Faith & the Common Sense Revolution
23.2K3 -
8:23
The Art of Improvement
21 hours ago $1.25 earned7 Smart Habits to Boost Mental Clarity
8.58K3 -
12:09
China Uncensored
12 hours agoI Have NEVER Been More Furious
10K19 -
2:12
WildCreatures
4 days ago $1.14 earnedThe beauty and mystery of the Pantanal, Brazil's best secret
11.2K2 -
9:38
Millionaire Mentor
19 hours agoBernie Sanders LOSES IT After Scott Bessent’s Shocking Comeback
8.42K10 -
1:35:35
Dialogue works
1 day ago $0.96 earnedLarry C. Johnson & Paul Craig Roberts: Trump’s Plan COLLAPSES as Russia Strikes — Xi & Modi Rise!
7.42K4 -
14:09
Zoufry
2 days agoThe Hunt for The Biggest Art Thief in US History
10.4K3 -
29:23
DeVory Darkins
1 day ago $15.46 earnedTrump makes BOMBSHELL Announcement as Democrat Judge issues SHOCKING Order
31.1K174