[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: find help about 'read' built-in command
From: |
龙海涛 |
Subject: |
Re: find help about 'read' built-in command |
Date: |
Wed, 14 Nov 2007 13:11:12 +0800 |
it works.
3x very much.
On Tue, 2007-11-13 at 21:51 -0700, Bob Proulx wrote:
> 龙海涛 wrote:
> > i want to store the current working dir to a variable, i write
>
> The most common way to save the present working directory to a
> variable would be to use the $(...) form.
>
> test=$(pwd)
> echo $test
>
> Try that.
>
> Bob
>
>