This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

Searching and Regular Expressions in Linux

| See more in Information Technology

You'll be introduced to switching within text files and using regular expressions.

TBaeten
By
Created Date 05.05.15
Last Updated 05.05.15
Viewed 101 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit

Would you like to build your own game?

It's easy!

Go to the GameBuilder and get started!

Topics of this game:
  • _____ tools are commands that search for and manipulate text.
  • __________ are text wildcards that search for specific text by matching patterns of text within a document.
  • Wildcard metacharacters are interpreted by ______.
  • Unlike wildcard metacharacters that are interpreted by the shell, regular expressions are interpreted by ________.
  • Which regular expression matches 0 or more occurrences of the previous character?
  • Which extended, regular expression matches 0 or 1 occurrences of the previous character?
  • Which extended, regular expression matches 1 or more occurrences of the previous character?
  • Which regular expression matches 1 character of any type?
  • Which regular expression matches the previous character only if it's the last character on the line?