Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

grep pattern options

-F, --fixed-strings   # list of fixed strings
-G, --basic-regexp    # basic regular expression (default)
-E, --extended-regexp # extended regular expression
-P, --perl-regexp     # perl compatible regular expression
Comment

grep Matching options

-e, --regexp=PATTERN
-f, --file=FILE
-i, --ignore-case
-v, --invert-match
-w, --word-regexp
-x, --line-regexp
Comment

PREVIOUS NEXT
Code Example
Shell :: bash replace beginning of string 
Shell :: rpm uninstall package 
Shell :: extracting tar.gz 
Shell :: shell substring last characters 
Shell :: how to commit files in github 
Shell :: how to download file from terminal ssh 
Shell :: aws instance agent installation on command line (cloudwatchlogs) 
Shell :: how to make ngrok not expired 
Shell :: powershell rename replace 
Shell :: mysql connect another port 
Shell :: connectivity_plus flutter 
Shell :: how to undo a bunch of commit sent that was pushed 
Shell :: ubuntu livepatch fail 
Shell :: git discard changes 
Shell :: ubuntu bash script exit when error 
Shell :: present working directory linux command 
Shell :: jenkins download 
Shell :: ffmpeg denoise audio 
Shell :: install tainwind on laravel 
Shell :: moodle update cli 
Shell :: git merge another branch to current branch 
Shell :: terraform element function 
Shell :: yum stands for in linux 
Shell :: github create repository command line 
Shell :: dir command windows 
Shell :: how to create a new group in linux 
Shell :: dir files 
Shell :: crear usuario linux comandos 
Shell :: do command in a command linux 
Shell :: find in terminal 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =