Learn Advanced Bash by Building a Kitty Ipsum Translator | FreeCodeCamp

1 year ago
12

Are you ready to take your Bash skills to the next level? In this 140-lesson course, you will learn some of the more complex commands and the details of how they work.

While Bash commands may seem simple at first, there is so much more to them than meets the eye. You will discover how to chain and pipe commands together to create more powerful and efficient workflows. You will learn how to write to text files, manipulate file permissions, and search/replace through large amounts of text using regular expressions.

With each lesson, you will gain practical experience through real-world examples and exercises. You will also receive detailed explanations and walkthroughs, making it easy for you to follow along and learn at your own pace.

This course is suitable for both beginners and those with some experience in Bash scripting. It's perfect for anyone looking to expand their knowledge and master advanced techniques and tricks in Bash commands.
Thank you for watching and have a great day!

Time Stamps:

0:00:00 Intro
0:00:40 stdout.txt
0:02:30 stderr.txt
0:04:50 read command
0:08:25 Pipe ( | ) command
0:12:07 script.sh file
0:23:53 start kitty_info.txt
0:29:29 use grep to search for meow
0:35:41 Lines that "meow" appear on:
0:46:13 Number of times cat, cats, or catnip appears:
0:48:34 Lines that "cat" appear on:
0:51:00 Do kitty_ipsum_2.txt info
1:01:01 translate.sh script
1:05:47 grep search for dogchow
1:12:29 view differences between files
1:14:04 Complete!!!

Loading comments...