`

Binary file (standard input) matches 的grep问题解决

阅读更多

有时grep nohup.out时,会报 Binary file (standard input) matches,grep认为nohup.out是二进制文件,无法grep查找;只需要在grep时增加 -a 参数即可,如下:

grep -a "count" nohup.out | wc  -l

 

分享到:
评论

相关推荐

    frhed binary file editor

    Open source binary file editor in windows platform.Rich edit feature help the user to process binary file freely.

    Erlang OTP 20.1 Windows 64-bit Binary File

    Erlang OTP 20.1 Windows 64-bit Binary File 下载地址:http://www.erlang.org/downloads

    Word (.doc) Binary File Format

    标题“Word (.doc) Binary File Format”表明了该文档主题是关于微软Word应用程序早期版本(如Word 2003)使用的二进制文件格式的详细描述。这种文件格式被广泛应用于早期版本的Word文档,与后来的.docx格式形成对比...

    Shell Link (.LNK) Binary File Format

    Shell Link (.LNK) Binary File Format是微软发布的关于LNK快捷方式文件格式的详细文档,该文件格式用于存储对其他文件、文件夹、设备或网络资源的引用。LNK文件广泛应用于Windows操作系统中,使得用户可以通过点击...

    Cisco BootHelper Binary File

    Cisco BootHelper Binary File

    binary file splite

    "binary file splite"就是一个专注于二进制文件分割与合并的工具,它为用户提供了高效且安全的解决方案。 首先,我们要理解什么是二进制文件。二进制文件是由0和1组成的计算机可读数据,包含了程序、图像、音频、...

    linux 下grep命令C代码实现

    #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif #include __RCSID("$NetBSD: grep.c,v 1.11 2012/05/06 22:27:00 joerg Exp $.../* 8*/ "Binary file %s matches\n", /* 9*/ "%s (BSD grep) %s\n", };

    s32k312之Linking a binary file

    ### S32K312之Linking a Binary File #### 概述 在嵌入式开发领域,尤其是针对MCU(微控制器)的应用场景下,有时需要将一个已有的二进制文件(binary file)链接到当前项目中。比如,在进行HSE核心的固件开发或与...

    linux grep命令详解

    - 示例:`grep -f newfile file`,从 `newfile` 文件中读取模式列表,在 `file` 文件中进行搜索。 - **-G, --basic-regexp** 使用基本正则表达式(BRE)进行模式匹配,这是 `grep` 的默认行为。 - 示例:`grep ...

    Excel Binary File Format (.xls) Structure

    Excel Binary File Format(.xls)结构是针对Microsoft Excel 2003版本所使用的标准电子表格文件格式的详细描述。它是一种二进制文件格式,用以存储Excel工作簿中所有的数据和属性。微软通过其Open Specifications...

    dftables X86

    apache编译出错,它会提示./dftables: ./dftables: cannot execute binary file,这个时候我们需要编一个X86版本的dftables来取代他,这里我已经上传了一个,可以直接使用,将他拷贝到httpd-2.2.22/srclib/pcrexia下...

    windows下eclipse的“Lauch failed. Binary not found”问题解决方案.

    Binary not found”问题解决方案" 在 Windows 下使用 Eclipse 开发 C++ 项目时,可能会遇到 “Lauch failed. Binary not found” 的错误,这个问题的解决方案可以分为以下几个方面: 1. 项目设置:在 Eclipse 中...

    grep命令介绍.docx

    - `-a`或`--text`:将二进制文件视为文本文件进行搜索,避免“Binary file matches”的错误提示。 - `-B NUM`:显示匹配行之前`NUM`行。 - `-C[NUM]`或`-NUM`或`--context[=NUM]`:显示匹配行的上下各`NUM`行,...

    The Base Standard of Application Binary Interface for the ARM Architecture.pdf

    This document describes the structure of the Application Binary Interface (ABI) for the ARM architecture, and links to the documents that define the base standard for the ABI for the ARM Architecture...

    the Binary file to C converter program for the Anchor Chips EZ-USB chip

    usage: bin2c <binary_filename> It is used to convert binary files to a format suitable for inclusion into a C program. The binary data is placed into a C data structure that may be cut and pasted ...

    linux objdump binary file

    编译出objdump二进制文件,可以直接使用,用于反汇编; 修改权限:chmod +x objdump 使用示例:objdump -d a.out(gcc编译出的可执行文件)

    hex2bin-1.02-src.zip_Intel HEX bin_binary file_intel hex_intel

    描述中提到的"Convert Motorola & Intel Hex file to Binary file"揭示了该程序的主要功能,即不仅支持Intel HEX到二进制的转换,还支持Motorola S-Record(S19格式)到二进制的转换。Motorola S-Record格式是另一种...

    binary-file-to-text.rar_binary to text_二进制文件

    二进制文件(Binary File)由一系列字节组成,这些字节可能代表计算机指令、图像数据、音频流等,而文本文件(Text File)则主要包含可读的字符序列,如ASCII或Unicode编码的文本。本压缩包“binary-file-to-text....

    Python库 | easy-binary-file-1.0.2.tar.gz

    Python库“easy-binary-file-1.0.2.tar.gz”是一个用于处理二进制文件的工具,它简化了在Python编程环境中与二进制数据交互的过程。这个库可能包含了一系列的函数和类,旨在帮助开发者高效地读取、写入和操作二进制...

    launch failed binary not found(图文)手把手教你解决

    如果按照上述步骤操作后仍然无法解决问题,您可以尝试调整Eclipse的配置: 1. 打开Eclipse的偏好设置窗口:“Window”>“Preferences”。 2. 在偏好设置窗口中选择“C/C++”>“New CDT Project Wizard”,这里可以...

Global site tag (gtag.js) - Google Analytics