Skip to Content.
Sympa Menu

baslinux - Re: [BL] Another UNIX question

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Another UNIX question
  • Date: Mon, 20 Nov 2006 17:22:51 +1300

Sheldon Isaac wrote:
>
> It worked; but I still need some basic usage
> instructions for the bash in BL3.40

BL3 does not have bash, it has ash.
------
man sh
------
ash is able to run most bash scripts without
problem, but it can not do ${ } parsing or
$[ ] math. Use cut and dc instead.

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page