| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| X-YMail-OSG: | UMLm2iQVM1lRhQmmeiaqQFYfawG6sJmERms.9sh1qJW8efpndEqxoYYzawLpVrGLmN97xfu7Cg-- |
| Message-ID: | <460C1525.8060305@yahoo.com> |
| Date: | Thu, 29 Mar 2007 13:36:05 -0600 |
| From: | Keith Christian <keithchristian AT yahoo DOT com> |
| User-Agent: | Debian Thunderbird 1.0.2 (X11/20070113) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: grep will not work with a variable? |
| References: | <mn DOT eb517d73f1140792 DOT 51129 AT pbs DOT org> |
| In-Reply-To: | <mn.eb517d73f1140792.51129@pbs.org> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Kevin Markle wrote:
> Hello,
>
> I'm trying to find a pattern in a file and the command works if I
> manully put the output of the variable in it but when I use the variable
> it fails? I have tryed with quotes "$CLIENT" and without. I don't know
> what else to try? :-(
echo "Client variable is --> \"${CLIENT}\"" ; grep "${CLIENT}" foo.txt
What does that tell you?
========Keith
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |