CMD+F in your text editor can only get you so far! In this course, we will learn to use grep and find, two powerful command-line utilities, to search through and explore our codebase. Learn to search specific files and folders, using regular expressions to look for -- or ignore! -- particular phrases. We'll cover how to search recursively, get more context on your results, and some simple tricks to make your searches faster and more targeted.
Use Grep for Fast Search from the Command Line
Use Grep for Fast Search from the Command Line is a 13-lesson 24 minutes self-paced course by egghead.io. CMD+F in your text editor can only get you so far!
Course facts
- Lessons
- 13
- Duration
- 24 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- egghead.io
- Price
- Premium
Once you're familiar with grep and find, you'll be able to quickly answer questions such as: Do I use this function anywhere other than my tests? Where does this file get imported? Whether you're working on a new feature, reading a codebase for the first time, or refactoring existing code, grep and find can help you work faster and more effectively.
Who teaches Use Grep for Fast Search from the Command Line? egghead.io
egghead.io is a US-based subscription video platform focused on short, focused screencasts on JavaScript ecosystem topics. Founded in 2012 by John Lindquist (a Google Developer Expert) and run by Joel Hooks, egghead pioneered the short-screencast format that most modern developer-education platforms now use — courses are typically broken into 2-5 minute lessons that each cover one specific concept or API.
The instructor roster includes many of the most cited names in the JavaScript ecosystem — Kent C. Dodds (whose Testing JavaScript launched on egghead before EpicWeb.dev), Andrew Del Prete, Hannah Davis, Lukas Ruebbelke, Tomasz Łakomy, Andy Van Slaars, and many others. Course material covers React, Next.js, TypeScript, Node.js, GraphQL, Vue, the testing tracks, RxJS / observables, and a long list of smaller libraries and tools.
The CourseFlix listing under this source carries over 20 egghead courses spanning that range. Material is paid; egghead itself runs on a monthly / annual subscription on the original platform. The bite-sized format suits developers learning incrementally during work hours rather than committing to multi-hour video sessions.
What lessons are included in Use Grep for Fast Search from the Command Line?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Search the contents of files using grep Demo | 02:16 | |
| 2 | Search directory contents recursively using grep | 01:42 | |
| 3 | Use find to search for filename patterns | 01:34 | |
| 4 | Search matching files by combining find and grep with xargs | 02:21 | |
| 5 | Search the contents of a git repository with git grep | 01:47 | |
| 6 | Show context around matches using grep | 02:00 | |
| 7 | Search for basic patterns using grep | 02:10 | |
| 8 | Use grep's extended regular expressions to find complex patterns | 02:36 | |
| 9 | Search for optional patterns with grep OR | 01:08 | |
| 10 | Specify line beginning and end in patterns using grep | 01:19 | |
| 11 | Match classes of characters using bracket expressions with grep | 02:22 | |
| 12 | Search with groups using grep | 02:13 | |
| 13 | Find matches excluding a pattern with grep | 00:59 |
Get instant access to all 12 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionMore courses by egghead.io
-
Updated 3y agoRxJS Beyond the Basics: Operators in Depth
Operators are the core building blocks for reacting to data in your JavaScript applications. In this course you will learn what operators are, and then take a t1h 30m -
Updated 3y agoHow to Use npm Scripts as Your Build Tool
In this course we will introduce the topic of using npm scripts as a build tool. We will start simple and then continue to build a small website as we introduce52m -
Updated 3y agoReact: Flux Architecture (ES6)
As a React application grows, so does the needs for organization and patterns. How do components communicate? How do we manage state across the application? How49m -
Updated 3y agoHow to Contribute to an Open Source Project on GitHub
“Feel free to submit a PR!” - words often found in GitHub issues, but met with confusion and fear by many. Getting started with contributing open source is not38m -
Updated 3y agoWrangle your terminal with tmux
Learn to manage your terminal sessions and work more effectively from the command line using tmux. If you use the command line at all, tmux can make your life e27m -
Updated 3y agoGulp and Browserify - Adding Babel & Source Maps
What is already a nice workflow using Gulp, Browserify, Watchify & Browsersync to enable auto rebuilds & live browser reloading can be further improved by addin4m5/5