• Bgrep应用程序的设计是小控制台的程序类似于查询的。 是的.净框架和支持。净风格经常表达方式。 它可以确定线路的数量,但不会从中读取数据stdin喜欢的传统的查询的。

    下载的可执行和运行它没有参数来看看清单的参数。 在一般情况下,在这里,他们是:

    -r:递归搜索目录

    -我情况不敏感

    -1:只有返回的一个匹配的文件

    -n:不显示匹配方面--只有名

    -s:确定及表明的符号

  • के Bgrep आवेदन डिजाइन किया गया था होना करने के लिए एक छोटे से सांत्वना कार्यक्रम के लिए इसी तरह के ग्रेप. यह सी# में लिखा के साथ है । नेट फ्रेमवर्क का समर्थन करता है .नेट-शैली नियमित अभिव्यक्ति. यह निर्धारित कर सकते हैं लाइन की संख्या है, लेकिन नहीं करता है से डेटा को पढ़ने stdin की तरह पारंपरिक ग्रेप.

    डाउनलोड निष्पादन योग्य और इसे चलाने के बिना पैरामीटर की सूची देखने के लिए मानकों. सामान्य में, यहाँ वे कर रहे हैं:

    -आर : recursively खोज निर्देशिका

    -मैं : मामले में असंवेदनशीलता

    -1 : एक मैच एक फ़ाइल से

    -एन : नहीं दिखाने के मैच के संदर्भ में-केवल फ़ाइल का नाम

    एस : निर्धारित करने और लाइन संख्या

  • The Bgrep application was designed to be a small console program similar to grep. It is written in C# with the .Net Framework and supports .Net-style regular expressions. It can determine the line number, but does not read data from stdin like the traditional grep.

    Download the executable and run it without parameters to see the list of parameters. In general, here they are:

    -r : recursively search directories

    -i : case insensitivity

    -1 : only return one match from a file

    -n : do not show the match in context -- only the filename

    -s : determine and show the line number