This is a discussion on Linux Finding Files Irrespective of Case within the Linux software forums, part of the Linux Getting Started category; Finding Files Irrespective of Case. Example I need to find out all of the following files Code: Abc.txt ABC.txt ABc.TXT ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Finding Files Irrespective of Case. Example I need to find out all of the following files
Code:
Abc.txt ABC.txt ABc.TXT
__________________
There's no place like 127.0.0.1 |
| Sponsored Links | ||
|
|
|
||||
|
Pass -iname option to find command
Code:
find / -iname "*.txt" -print abc.txt Abc.Txt ABC.txt etc See my article http://www.cyberciti.biz/tips/linux-...nd-part-1.html for more info |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| View log files under Linux | sweta | Getting started tutorials | 0 | 05-30-2007 01:31 AM |
| Finding machines S/N and Model Type | mlperry | Linux software | 3 | 10-05-2006 11:15 PM |
| finding files in linux | chiku | Linux software | 2 | 08-03-2006 10:23 AM |
| script finding file and sorting | dementeddude | Shell scripting | 14 | 07-25-2006 06:30 PM |
| shell script for finding users not logged on for last 10 day | ganes | Shell scripting | 4 | 07-06-2005 12:01 PM |