使用Grep命令在一组文件中查找搜索字符串时,如何将结果转储到文本文件中?
还有用于Grep命令的开关,它提供了更整洁的结果以提高可读性,例如,每个条目之间的换行或一种证明文件名和搜索结果合理的方法?
例如,一个改变的地方...
./file/path: first result
./another/file/path: second result
./a/third/file/path/here: third result
至
./file/path: first result
./another/file/path: second result
./a/third/file/path/here: third result