grep 中文意思是什麼

grep 解釋
格雷普
  1. On windows platforms, findstr perform the equivalent to the grep function on unix to search for a substring

    在windows平臺上執行findstr等同於在unix上執行grep函數,都是用來搜索一個子字元串。
  2. In this way, some of the " false positives " from grep - based analysis can be discarded

    這是由基於規則、基於協議以及基於統計的入侵檢測軟體完成的。
  3. You can also use command line tools such as grep in unix

    在unix中,我們還可以使用諸如grep之類的命令行工具。
  4. The proper solution would be to make egrep, fgrep and grep all the same binary

    較合適的解決方式是讓egrep fgrep和grep變成同一個程序檔。
  5. Perl s regular expression heritage comes from shell scripting and the awk grep tools

    Perl的正則表達式是從shell腳本程序以及awk / grep工具中繼承而來的。
  6. This made it impossible to grep a source tree for variables to rename them - or to do anything at all with them

    這樣做就不能在源代碼樹中搜索變量以進行重命名,也不能對它們進行任何處理。
  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 。
分享友人