13,420
edits
Changes
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>
In this section, you will learn how to use extended regular expressions to help refine your search when using regular expressions.