Skip to content

Improve find command example case-insensitive search#116

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

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

Conversation

@yashraj0902
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