[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the basenale of a file
From: |
Paul Jarc |
Subject: |
Re: the basenale of a file |
Date: |
Tue, 08 Jan 2002 14:57:58 -0500 |
User-agent: |
Gnus/5.090005 (Oort Gnus v0.05) Emacs/20.7 (i386-redhat-linux-gnu) |
"David D" <dd@asi.fr> wrote:
> tomd = "`echo "$REP"/mail`"
As I said, whitespace around "=" matters.
tomd="`echo "$REP"/mail`"
> echo $tomd
>
> How did u do to make string concat ?
I don't understand this question.
For further help with scripting, please go to news:comp.unix.shell.
This mailing list is for bash bugs. Your questions aren't about bugs
and aren't bash-specific.
paul