Skip to content

Commit

Permalink
TIL: grep for multiple patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Dec 26, 2024
1 parent 2a55b9f commit e34859c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions man/grep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
date created: Thursday, December 26th 2024, 11:41:09 am
date modified: Thursday, December 26th 2024, 11:41:35 am
tags:
---

# grep

## grep for multiple patterns

*grep* for bluetooth and dbus

```shell
systemctl list-unit-files | grep -E "bluetooth|dbus"
```

0 comments on commit e34859c

Please sign in to comment.