火范文>英语词典>grep翻译和用法

grep

网络  正则表达式; 查找字符串; 命令; 全球牛瘟根除计划; 环氧地坪

计算机

双语例句

  • This includes crafting loops and knowing how to parse data using utilities like awk, grep, and sed.
    这包括巧妙使用循环和知道如何使用awk、grep和sed等的实用程序解析数据。
  • First, you retrieve the number of processors from the cpuinfo file in/ proc using grep.
    首先,使用grep在/proc下的cpuinfo文件中检索处理器的数目。
  • The second important note about this example is that you've performed the grep operation remotely.
    关于这个示例,第二项需要说明的重要内容是,您以远程的方式执行了grep操作。
  • For instance, I often use find in combination with grep or Perl to process a large number of files.
    例如,我经常将find与grep或者Perl一起使用,以便对大量的文件进行处理。
  • First, run a grep command with the-o option, if your version supports it.
    首先,使用-o选项(如果您的版本支持它的话)来运行grep命令。
  • When combined with the grep command, I can retrieve the conditions in Buffalo.
    当与grep命令组合使用时,我可以检索布法罗市的天气状况。
  • By filtering this with grep we can see the information we want:$ snmptranslate-Ts| grep dsk.
    通过使用grep筛选转储结果,我们可以看到以下所需的信息:$snmptranslate-Tsgrepdsk。
  • If you like grep, you won't find any more AIO servers.
    如果您喜欢使用grep,那么您将无法找到更多的AIO服务器。
  • In its simplest use, grep prints those lines that contain text that matches a pattern.
    grep的最简单应用是打印那些包含与某个模式匹配的文本的行。
  • For example, grep, sed, and other tools like them have man pages that describe their regexp syntax and give examples.
    例如,grep、sed和其他类似的工具都提供了手册页,描述其regexp语法并提供相关示例。