bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Syntax for tab character


From: Bill Gradwohl
Subject: Re: Syntax for tab character
Date: Fri, 24 Apr 2009 13:41:23 -0600

On Fri, 2009-04-24 at 13:50 -0400, Greg Wooledge wrote:
> parameter=${parameter//[[:space:]]/}
I never saw that before. I checked my man bash for version bash-3.2-30
from Fedora 10 and there is no mention of it. Thanks.
> 
> or
> 
> parameter=${paramter//[ $'\t']/}
I tried all the variations except that one. Thanks again.


-- 
Bill Gradwohl

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]