cat nohup.ws1 |grep 440 |more
The result is binary file (standard input) matches, which is forced to be interpreted as a text file by adding parameters
The modified command is as follows:
cat nohup.ws1 |grep -a 440 |more
Similar Posts:
- Error binary file (standard input) matches when using grep command
- Linux Implement Django Error: nohup: ignoring input and appending output to ‘nohup.out’
- Linux Error: missing argument to `-exec’ [How to Solve]
- Leet code 44 wildcard matching – wildcard matching – Java
- [Solved] Shell Script [: -ge/-le/=/… : unary operator expected (standard_in) 1: syntax error
- [git] warning: LF will be replaced by CRLF
- Linux Error: -bash: !“: event not found [How to Solve]
- Kvm Creates a virtual machine error: Warning: KVM is not available [How to Solve]
- Java – Convert bytes to unsigned bytes
- Resource interpreted as Stylesheet but transferred with MIME type text/html: css not work