From the course: Learning Linux Command Line
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Challenge: Create and share a file - Linux Tutorial
From the course: Learning Linux Command Line
Challenge: Create and share a file
- [Instructor] Let's take a moment to practice what we've learned so far about creating and working with files. For this challenge, I'd like you to create a text file. Make sure that any user on the system can read and write to it, and then compress it using either tar or zip, so it can be sent to someone else more easily. This challenge should take you about 10 minutes. When you finish, come back and I'll show you my solution to this challenge.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
The importance of modularity2m 37s
-
(Locked)
Use pipes to connect commands together2m 54s
-
(Locked)
View text files with cat, head, tail, and less4m 46s
-
(Locked)
Search for text in files and streams with grep5m 21s
-
(Locked)
Manipulate text with awk, sed, and sort7m 33s
-
(Locked)
Edit text with Vim5m 14s
-
(Locked)
Edit text with nano2m 38s
-
(Locked)
Working with tar and zip archives9m 26s
-
(Locked)
Challenge: Create and share a file24s
-
(Locked)
Solution: Create and share a file1m 41s
-
(Locked)
Output redirection5m 38s
-
(Locked)
Exploring environment variables and PATH4m 20s
-
(Locked)
Challenge: Extract information from a text file1m 2s
-
(Locked)
Solution: Extract information from a text file4m
-
(Locked)
-
-