Horje
grep without match Code Example
grep without match
Just filter your output with:
grep -v "excluded_pattern"
Example to get all not txt files in current directory.
ls | grep -v .txt




Shell

Related
code command line options Code Example code command line options Code Example
git config global credential cache Code Example git config global credential cache Code Example
how to run a ipynb file in cmd Code Example how to run a ipynb file in cmd Code Example
grep exclude Code Example grep exclude Code Example
grep exclude files Code Example grep exclude files Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8