Open main menu

CDOT Wiki β

Changes

Tutorial9: Regular Expressions

15 bytes removed, 09:33, 7 July 2020
no edit summary
# Issue the following linux command to display only whole numbers (with or without a positive or negative sign):<br><span style="color:blue;font-weight:bold;font-family:courier;">grep "^[+-]*[0-9]*$" numbers1.dat | more</span><br><br>
'''Bold text'''=INVESTIGATION 2: EXTENDED REGULAR EXPRESSIONS =
In this section, you will learn how to use extended regular expressions to help refine your search when using regular expressions.
13,420
edits