Sponsored Content
Top Forums UNIX for Advanced & Expert Users find iname is being case sensitive Post 302546378 by cokedude on Thursday 11th of August 2011 05:19:43 AM
Old 08-11-2011
Quote:
Originally Posted by pludi
My first guess would be that in the directory you're in there's a file or directory called Downloads. With the shell expanding the wildcards, the real command line becomes
Code:
find /media -iname Downloads 2>/dev/null

(which is everything the first command found).

Try it like this:
Code:
find /media -iname '*load*' 2>/dev/null

The single quotes around the wildcards tell the shell not to expand them, but rather pass them as they are to the command.
Yep your right.

Code:
$ ls -l
total 1888
-rw-rw-r--.  1 bob bob    4194 Aug  5 02:53 1
-rwxr--r--.  1 bob bob     406 Jul 10 07:27 ab
-rwxr--r--.  1 bob bob     406 Jul 10 07:08 ac
-rwxrwxr-x.  1 bob bob    4707 Jul  5 23:39 a.out
-rw-------.  1 bob bob   11416 Jul  7 07:57 apple
-rw-------.  1 bob bob  294268 Aug  6 23:59 boo_20110806
-rw-------.  1 bob bob  294935 Aug  7 23:59 boo_20110807
-rw-------.  1 bob bob  299096 Aug  8 23:59 boo_20110808
-rw-------.  1 bob bob  300096 Aug  9 20:33 boo_20110809
-rw-------.  1 bob bob  301564 Aug 10 23:59 boo_20110810
-rw-------.  1 bob bob  305553 Aug 11 05:11 boo_20110811
drwxrwxr-x.  9 bob bob    4096 Jun 12 16:43 btsco                                        
drwxr-xr-x.  9 bob bob    4096 Aug 11 00:50 Desktop
-rw-rw-r--.  1 bob bob     512 Aug  2 17:23 directory.cpio
-rw-rw-r--.  1 bob bob     166 Jul 20 19:36 display
-rw-rw-r--.  1 bob bob     166 Jul 20 19:36 display~
drwxr-xr-x.  2 bob bob    4096 Aug  5 05:57 Documents
drwxr-xr-x. 10 bob bob   12288 Aug 11 02:50 Downloads
-rw-rw-r--.  1 bob bob       3 Aug 11 04:44 gg
-rw-------.  1 bob root   1481 Jul 13 06:54 grub.conf
-rw-rw-r--.  1 bob bob      78 Jul  5 18:06 hello.c
drwxr-xr-x.  2 bob bob    4096 Jun  6 09:32 Music
drwxr-xr-x.  2 bob bob    4096 Jun  6 09:32 Pictures
drwxr-xr-x.  2 bob bob    4096 Jun  6 09:32 Public
-rw-rw-r--.  1 bob bob      32 Jun 11 13:34 scripts.7z
drwxr-xr-x.  2 bob bob    4096 Jun  6 09:32 Templates
-rwxrw-r--.  1 bob bob      65 Jun 18 03:11 test
drwxr-xr-x.  2 bob bob    4096 Jun 26 02:07 Videos

Does shell expansion get handled differently in find with double quotes and single quotes than other programs? I know in grep shell expansion still happens with double quotes and not with with single quotes. I learned that from fpmurphy.

https://www.unix.com/unix-advanced-ex...#post302544734

I got the same results with single quotes and double quotes. I got all of the results I expected from both of these.

Code:
find /media -iname '*load*' 2>/dev/null
find /media -iname "*load*" 2>/dev/null

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix user ID's case-sensitive?

It has been quite a while since I used UNIX. I am developing a security system and I was wondering if UNIX and/or LINUX user ID's are case-sensitive. i.e. can user 'daveb' and 'Daveb' exist on the same system with completely different authorizations/priorities, etc.? (3 Replies)
Discussion started by: dmilleville
3 Replies

2. UNIX for Dummies Questions & Answers

find with -iname

Hi, In some versions of UNIX find works with -iname so that you can find files regardles of the case. In Solaris this is not working - Anys suggestions? Also, how can I list directory names only using find? Thanks. (2 Replies)
Discussion started by: GMMike
2 Replies

3. UNIX for Dummies Questions & Answers

Is Hostname Case sensitive ?????

Hello users, I have a question ? I was just wondering whether the hostname on unix systems are case sensitive. For example in the system which I work. ping TestHost and ping testhost gives me the same output i.e I get the reply from the remote host Is this applicable for all... (3 Replies)
Discussion started by: ajphaj
3 Replies

4. UNIX for Dummies Questions & Answers

how to disable case sensitive on RHEL ?

Hi all, Im newbie, can i disable case sensitive on RHEL environment, and how? Thank you. (2 Replies)
Discussion started by: blesets
2 Replies

5. Shell Programming and Scripting

Ignore case sensitive in Case Switch

In a Case switch, how to ignore case sensitive in the test: e.g. case "$field" in "TEST) action1;; *) action2;; esac How to go in action1 in case of $field = TEST , or Test , or test or .... without enumerating all possibilities... Thanks,... (1 Reply)
Discussion started by: annelisa
1 Replies

6. Solaris

Tcp_conn_req_max_q (CASE-sensitive?)

I was instructed by my superior to change kernel parameter, adding up this parameter to /etc/system. Server is Solaris 10 on SPARC. Tcp_conn_req_max_q 1024In my Google search, all I know that the sentence is in small case (tcp_conn_req_max_q) but as you can see above, instruction given... (4 Replies)
Discussion started by: Olli.Lang
4 Replies

7. UNIX for Dummies Questions & Answers

How to take parameters as non case sensitive

Is there a way for me to take a parameter then store it in a variable and use its value as non case sensitive? Ex. Lets say i have a parameter which contains "Hey". Then im gonna store it to GR using GR=$1. CL=/install/$GR.g How can i make GR non case sensitive so that the... (1 Reply)
Discussion started by: khestoi
1 Replies

8. Shell Programming and Scripting

Case sensitive in If loop .

Hi All, select app from the menu: ABC DEF GHI JKL ALL # ALL will select all the apps in the menu echo "Enter your option" read option; if then <execute the below command> elif # option is the 1 selection from menu...not ALL <execute the below command> else (14 Replies)
Discussion started by: Devaraj A
14 Replies

9. Shell Programming and Scripting

Repeated lines-case sensitive

Hi, users file contains below names i have a requirement to keep only one case sensitive user. For e.g if user name is "aaa" then only aaa should be there in the file and other matching users(AAA,aaA) should be deleted. Tried multiple options but no luck can you please help. aaa abc AAA... (2 Replies)
Discussion started by: Satyak
2 Replies

10. Shell Programming and Scripting

Please help me in using case sensitive command

Hello All, Please help me with this I need to create a cronjob that should delete all files which are older than 30days with '*.txt' and should not delete files with '*TEST*.txt' either file name TEST is upper or test lower case sensitive here's the script /DIR -type f -name '*.txt'... (7 Replies)
Discussion started by: krish_007
7 Replies
All times are GMT -4. The time now is 05:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy