[K12OSN] winbind/gdm issues

Sudev Barar sudev at mantraonline.com
Sat Aug 28 01:46:32 UTC 2004


On Sat, 2004-08-28 at 00:53, Les Mikesell wrote:
> On Fri, 2004-08-27 at 13:31, Huck wrote:
> > I created all of my usernames in lowercase to avoid the case sensativity 
> > issue...
> > used *ducks* MS-Word to lowercase my entire text document with all my 
> > username Huckaby, David into huckaby david
> > for instance...(used it to remove the tabs and commas too, find and 
> > replace is your friend)
> 
> Time to learn some vi:
> :%s/.*/\L&/g
> will lowercase the whole document.
> 
> Or, if you prefer the old-school filter approach used before
> vim got all the fancy special-case regexp operations:
> 1G!Gtr '[A-Z]' '[a-z]'
> (that pipes your buffer through the external tr program
> and replaces it with the results so you aren't limited
> to built-in editor operations).  If you don't like the
> results, u will undo it.
Whoa!! Dropping dead cryptic but man!!
[Resolving to delve deeper into vi]

And thanks for the nice explanation.
-- 
Sudev Barar
Learning Linux





More information about the K12OSN mailing list