Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

grep ignore binary file

# Process a binary file as if it did not contain matching data. 
# Equivalent to grep --binary-files=without-match
grep -I

# Example
find . | xargs grep -I "string-to-find";
Comment

PREVIOUS NEXT
Code Example
Shell :: apache enable module 
Shell :: wsl how to add gui to ubuntu 
Shell :: git flow hotfix 
Shell :: install kubens on ubuntu 
Shell :: quarkus install cli 
Shell :: delete commit from pr 
Shell :: install scrollmagic npm 
Shell :: laravel in ubuntu 
Shell :: git show list of stashes 
Shell :: image in github readme 
Shell :: install pgadmin4 ubuntu 20.04 
Shell :: push to git with token 
Shell :: docker stop running container 
Shell :: How to unzip a file using the cmd? 
Shell :: ubuntu install openjdk 8 source 
Shell :: download a zip file using curl 
Shell :: install express.js 
Shell :: linux redirect everything (stdout and stderr) to file 
Shell :: install brew on mac m1 
Shell :: return to previous directory terminal 
Shell :: change ubuntu username 
Shell :: crontab in linux 
Shell :: copy folder linux 
Shell :: duplicate clone remote branch locally git 
Shell :: nohup output file 
Shell :: linux check package manager 
Shell :: adb screen record 
Shell :: exec into docker container 
Shell :: rmdir directory not empty 
Shell :: linux sha256 checksum 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =