20160627-1 选题

添加配图
This commit is contained in:
Ezio 2016-06-27 22:04:34 +08:00 committed by GitHub
parent d685fa5cc0
commit fcdc1f812a

View File

@ -1,6 +1,8 @@
How to Use Awk and Regular Expressions to Filter Text or String in Files
=============================================================================
![](http://www.tecmint.com/wp-content/uploads/2016/04/Linux-Awk-Command-Examples.png)
When we run certain commands in Unix/Linux to read or edit text from a string or file, we most times try to filter output to a given section of interest. This is where using regular expressions comes in handy.
### What are Regular Expressions?