Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 12:41:45 +0100
From:      RW <fbsd06@mlists.homeunix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: space char shell script problem
Message-ID:  <20080823124145.6843f951@gumby.homeunix.com.>
In-Reply-To: <20080823101941.GA42601@skytracker.ca>
References:  <20080823101941.GA42601@skytracker.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 23 Aug 2008 06:19:42 -0400
David Banning <david+dated+1219918782.39167f@skytracker.ca> wrote:

> I am running into a problem with the space character in filenames.
> For instance, If I want to run the script;
> 
> for x in `ls`
> do
>   echo $x
> done

for x in *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080823124145.6843f951>