Subject: Re: terminals under X 4.2.0 - problems with variables and setup
To: NetBSD User's Discussion List <netbsd-users@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 12/06/2002 00:32:31
> grep `echo $1 | tr 'a-z' 'A-Z'` /usr/share/misc/acronyms
I wonder why I had that.
grep -i "$1" /usr/share/misc/acronyms
Of course, there are many other ways to do it too...
Jeremy C. Reed
http://www.isp-faq.com/