- Lab
- A Cloud Guru
Basic Regular Expressions: Working with Hardware Data
Regular expressions allow us to take the most complicated pieces of text and match the patterns within them for a variety of results, but to learn regular expressions we have to start somewhere. Using a combination of literals, digits, and word characters, alongside some basic text processing commands (such as `grep`), we can match product IDs and architectures and parse down a large product list into something more manageable.
Path Info
Table of Contents
-
Challenge
Parse and save CPU data.
Use a regular expression to parse through the
intel-cpus.cvs
file. Save the results asintel-options.csv
. -
Challenge
Parse and save GPU data.
Use a regular expression to parse through the
gpus.cvs
file. Save the results asgpu-options.csv
.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.