Skip to content

Commit

Permalink
Adds -iname for case insensitive searches.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-avila authored Oct 17, 2024
1 parent 83e30b2 commit 138d18d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions find.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ find <path> <conditions> <actions>
-name "*.c"
```

```bash
-iname "linux" # case insensitive
```

```bash
-user jonathan
-nouser
Expand Down

0 comments on commit 138d18d

Please sign in to comment.