Skip to content

Improve find command example case-insensitive search#116

Open
Yashraj347 wants to merge 1 commit intoIdnan:masterfrom
Yashraj347:fix-case
Open

Improve find command example case-insensitive search#116
Yashraj347 wants to merge 1 commit intoIdnan:masterfrom
Yashraj347:fix-case

Conversation

@Yashraj347
Copy link

The find -name option performs a case-sensitive search, which may cause users to miss files when they are unsure about the exact filename casing.

This change adds an example using -iname to demonstrate how to perform a case-insensitive search, helping users locate files regardless of case (e.g., image.png, IMAGE.PNG, Image.PNG).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant