我想知道有什么区别:
sudo egrep "(08/21/13\-)*(61284103)" /path/to/some_file
sudo egrep "(08/21/13)\-*(61284103)" /path/to/some_file
可以说,有关详细信息,文件“some_file”具有以下信息:
08/21/13-01:15:09 foo bar bar and other foo = 11 (61284103)
08/21/13-01:15:11 foo bar number 61284103 another foo
第一个返回两行,但是第二个不起作用。