Horje
grep without Code Example
grep without
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
grep without match Code Example grep without match Code Example
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

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