![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to ignore case | raghur77 | Shell Programming and Scripting | 3 | 09-15-2009 08:28 AM |
| Ignore case in a test? | Bandit390 | High Level Programming | 1 | 11-14-2008 05:31 PM |
| How do I ignore one character in a case statement? PLEASE HELP! | cpunisher | Shell Programming and Scripting | 2 | 08-01-2008 07:01 PM |
| Ignore case sensitive in Case Switch | annelisa | Shell Programming and Scripting | 1 | 07-13-2006 04:36 AM |
| Ignore Case in Shell | AAH | Shell Programming and Scripting | 3 | 03-21-2006 04:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
set completion-ignore-case on doesn't work in bash
completion-ignore-case option doesn't work in my version:
Code:
/home/user $ echo $BASH_VERSION 3.2.48(1)-release /home/user $ ls -l [Ss]* -rw-r--r-- 1 user user 0 2009-10-18 00:09 somefile -rw-r--r-- 1 user user 0 2009-10-18 00:09 Somefile /home/user $ set completion-ignore-case on Code:
/home/user $ ls s<TAB>omefile |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|