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
-
19:02
The Pascal Show
1 day ago $3.62 earnedNOT SURPRISED! Pam Bondi Is Lying To Us Again About Releasing The Epstein Files
16.2K12 -
6:05
Blabbering Collector
19 hours agoRowling On Set, Bill Nighy To Join Cast, HBO Head Comments On Season 2 Of Harry Potter HBO!
16.8K4 -
57:44
TruthStream with Joe and Scott
2 days agoShe's of Love podcast & Joe:A co-Hosted interview, Mother and Daughter (300,000+Facebook page) Travel, Home School, Staying Grounded, Recreating oneself, SolarPunk #514
33.1K1 -
30:49
MetatronHistory
1 day agoThe Truth about Women Warriors Based on Facts, Evidence and Sources
32.9K15 -
2:59:08
FreshandFit
14 hours agoA Sugar Baby & A Feminist ALMOST Fight Each Other
265K66 -
6:24:23
SpartakusLIVE
13 hours agoFriday Night HYPE w/ YOUR King of Content
111K2 -
2:27:53
Laura Loomer
10 hours agoBREAKING: MTG Resigns From Congress, Mamdani Meets Trump
76.6K138 -
3:30:10
PandaSub2000
1 day agoDisney & Buzz Trivia | PHOENIX & HAVIX (Original Live Version)
38K1 -
15:23
T-SPLY
15 hours agoBUSTED Assistant Principle And Brother Arrested For Wanting To Kill ICE!
35.2K14 -
22:06
Jasmin Laine
15 hours agoCBC STUNNED Into SILENCE After JD Vance’s BRUTAL Message to Canadians
27.4K19