| 1. | You can also use command line tools such as grep in unix 在unix中,我们还可以使用诸如grep之类的命令行工具。 |
| 2. | The proper solution would be to make egrep , fgrep and grep all the same binary 较合适的解决方式是让egrep fgrep和grep变成同一个程序档。 |
| 3. | In this way , some of the " false positives " from grep - based analysis can be discarded 这是由基于规则、基于协议以及基于统计的入侵检测软件完成的。 |
| 4. | Perl s regular expression heritage comes from shell scripting and the awk grep tools Perl的正则表达式是从shell脚本程序以及awk / grep工具中继承而来的。 |
| 5. | This made it impossible to grep a source tree for variables to rename them - or to do anything at all with them 这样做就不能在源代码树中搜索变量以进行重命名,也不能对它们进行任何处理。 |
| 6. | On windows platforms , findstr perform the equivalent to the grep function on unix to search for a substring 在windows平台上执行findstr等同于在unix上执行grep函数,都是用来搜索一个子字符串。 |
| 7. | We initially decided to use the jar tool to list the contents of the various runtime jars and grep for the classes in question 我们最初决定使用jar工具列出jar的各种运行时间的目录并查找出现问题的类。 |
| 8. | But in this case a little grep soon revealed that this method was directly invoked by two other public methods in the same class , 但是在这个例子中,稍做一点检查就很快发现这个方法由同一个类中的两个public方法( |
| 9. | The " todo " word is helpful in case you want to look through all your code and see what things are still incomplete - a quick grep command will print out all the todo items 如果想遍历所有代码并且查看还有哪些东西不完整,则“ todo ”字很有用一个快速的grep命令将打印出所有todo项。 |
| 10. | In the above example , i did not have a value until the grep was executed , so instead of assigning it a special fake value and then using a while , we can use a do - until loop and follow a more natural flow 在上例中, $ i在执行grep之前没有值,因此,我们可以使用一个do - until循环并采用一种更自然的流程,而不是给它赋一个特殊的假值( fake value )然后再使用while 。 |