Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

grep wildcard

# EXAMPLE: Displays all files containing a row that has "dSales[some-text]500"
grep "dSales.*500" *

# SYNTAX
# grep "<your-partA>.*<your-partB>" *

# The ".*" is considered the wildcard (and can match more 
# than one character and/or no characters at all)
Comment

PREVIOUS NEXT
Code Example
Shell :: bash array append 
Shell :: sudoers file location 
Shell :: bash script loop 
Shell :: git replace branch with another 
Shell :: gem install to a different directory linux 
Shell :: laravel start kit authentication 
Shell :: SQLite browser in linux 
Shell :: gulp-imagemin 
Shell :: ubuntu vs lubuntu 
Shell :: Authentication failed for tfs git 
Shell :: git create github repo 
Shell :: git change author of last 2 commits 
Shell :: best terminal for ubuntu 
Shell :: git gui 
Shell :: webpack/config/html 
Shell :: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 
Shell :: how to delay the start of a program linux 
Shell :: bash ifelse 
Shell :: correct git commit message 
Shell :: debian 9 enable rc.local 
Shell :: composer add package 
Shell :: restart ubuntu terminal command 
Shell :: powershell get-verb sorted by verb 
Shell :: wsl storage does not release 
Shell :: cli edit file 
Shell :: mate on ubuntu 20.04 
Shell :: linux make home dir 
Shell :: sudo: yum: command not found 
Shell :: chown a file 
Shell :: sed delete line match 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =