У нас вы можете посмотреть бесплатно Grep 101: Search Your Code Like a Senior Dev или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Want some guidance to help you learn how to code? 📘Download my FREE 30 day beginner coding challenge here: https://henrikmdev.com/challenge Need 1-on-1 coaching? 💻Click below to learn more about my mentoring program: https://henrikmdev.com/coaching/ Say you're having a connecting issue with your program. Like we would in a browser or in any other file, we can just do Ctrl+F in our file of choice and then type in “connection” and then we can see where in our code there is some sort of connection component to it. And if we're not sure which file to do this check in our code, we would want to search through our entire codebase using “Find in Files” So this is one way you can search for a string in your codebase. But did you know that there's another way that you can search your code? When I was at my first company, I was taught this tool called grep. Grep is a very easy and simple tool that you can use to search your code. The reason why a lot of developers like using grep is because it's very versatile and can do a lot of different things other than just searching your code. One popular use case is in scripting. In this video, you'll learn: 🔍 How to search your entire codebase for a string without relying on your IDE ⚡ Why Grep is faster and more flexible than traditional find in files tools 🧠 When and why command line searching is essential in real world development 0:00 Introduction to searching for bugs in code 0:07 Using find in file to search for strings 0:28 Searching the entire codebase 0:53 Limitations of IDE based searching 0:56 Introduction to Grep 1:05 Why developers like using Grep 1:18 What you will learn in this video 2:01 Running Grep in the terminal 3:01 Understanding Grep output 3:06 Why learning Grep matters 3:23 Using Grep without an IDE 3:46 Using Grep in scripts 4:13 Grep vs IDE search performance 5:48 Basic Grep command structure 6:29 Ignoring case sensitivity 7:10 Showing line numbers 7:33 Recursive searching 9:21 Excluding file types 10:48 Including specific file types 11:18 Using Grep with pipes 12:40 Advanced Grep with regular expressions 14:28 Chaining Grep commands for analysis 16:14 Real world use cases from industry 17:10 Final thoughts and encouragement ================================================= 📚 Stay Tuned for More: If you found this video helpful, make sure to like and subscribe to our channel for more programming tutorials and tips. We have a lot more exciting content in store for you, so stay tuned! / @henrikmdev 👨💻 Have Questions? If you have any questions or want to suggest topics for future videos, please leave a comment below. We love hearing from our viewers and are here to help! 🔔 Turn on Notifications: Don't forget to ring the notification bell so you never miss an update from us. Stay ahead in your programming journey! ================================================= 💡 Coding Tutorials: • Coding tutorials 💡 Git Tutorials: • Git tutorials 💡 Dev Tool Tutorials: • Dev tools 📁 Sample Code: Find the sample code used in our tutorials on our GitHub page: https://github.com/henrikmdev/ ================================================= 📚 Books C Programming Language: https://amzn.to/4etzNE5 Learning the bash Shell: https://amzn.to/483dvGN ⚙️ Gear Webcam - Logitec Brio: https://amzn.to/3zUqfTG Lighting - Ring Light Clip: https://amzn.to/3Y23yoj Microphone - AKG Pro Audio P220: https://amzn.to/40hunIf Audio Interface - Focusrite Scarlett 2i2: https://amzn.to/4gVTpSX Thank you for watching, and happy coding! 💻🧡 -Henrik Disclaimer: Some of these links are referral links. I may earn a commission if you use them, at no extra cost to you. You're not obligated to use these links, but it would be appreciated. Thanks! #programming #softwaredevelopment #coding #grep #linux #commandline #developers