Re: BASH Programming: spaces ignored
From: Kenny McCormack (gazelle_at_yin.interaccess.com)
Date: 05/30/05
- Previous message: Kamal R. Prasad: "Re: getting pathname from descriptor"
- In reply to: Måns Rullgård: "Re: BASH Programming: spaces ignored"
- Next in thread: Paul Pluzhnikov: "Re: BASH Programming: spaces ignored"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 30 May 2005 16:53:41 GMT
In article <yw1xwtpgkbfa.fsf@ford.inprovide.com>,
=?iso-8859-1?q?M=E5ns_Rullg=E5rd?= <mru@inprovide.com> wrote:
...
>Always quote string with variables in them, no exceptions. In this
bash$ foo="echo this is a test"
bash$ $foo that proves that there are exceptions to every rule
this is a test that proves that there are exceptions to every rule
bash$
- Previous message: Kamal R. Prasad: "Re: getting pathname from descriptor"
- In reply to: Måns Rullgård: "Re: BASH Programming: spaces ignored"
- Next in thread: Paul Pluzhnikov: "Re: BASH Programming: spaces ignored"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|