Horje
grep without pattern Code Example
grep without pattern
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
how to move to previous commit in git Code Example how to move to previous commit in git Code Example
remove image docker Code Example remove image docker Code Example
grep without Code Example grep without Code Example
grep without match Code Example grep without match Code Example
code command line options Code Example code command line options Code Example

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