[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Syntax for tab character
From: |
Chet Ramey |
Subject: |
Re: Syntax for tab character |
Date: |
Fri, 24 Apr 2009 15:08:48 -0400 |
User-agent: |
Thunderbird 2.0.0.21 (Macintosh/20090302) |
Greg Wooledge wrote:
> From an older bash(1) manual:
>
> Words of the form $'string' are treated specially. The word expands to
> string, with backslash-escaped characters replaced as specifed by the
> ANSI C standard.
>
> Bash 4 manual:
>
> Words of the form $string are treated specially. The word expands to
> string, with backslash-escaped characters replaced as specified by the
> ANSI C standard.
>
> Oops... looks like the single quotes vanished somewhere along the way
> there.
They are present in the source and render correctly in doc/bash.0, the
preformatted copy of the manual page in the distribution. Your nroff/
troff probably doesn't understand the \(aq escape sequence.
I changed it because groff, when running in a UTF-8 locale, doesn't
render literal single quotes as desired (it turns them into "right
single quotation mark" rather than "apostrophe").
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- Syntax for tab character, Bill Gradwohl, 2009/04/24
- Re: Syntax for tab character, Greg Wooledge, 2009/04/24
- Re: Syntax for tab character,
Chet Ramey <=
- Re: Syntax for tab character, Bill Gradwohl, 2009/04/24
- Re: Syntax for tab character, Bill Gradwohl, 2009/04/24
- Re: Syntax for tab character, Andreas Schwab, 2009/04/24
- Re: Syntax for tab character, Chet Ramey, 2009/04/24
- Re: Syntax for tab character, Bill Gradwohl, 2009/04/25
- Re: Syntax for tab character, Andreas Schwab, 2009/04/25
- Re: Syntax for tab character, Bill Gradwohl, 2009/04/25
- Re: Syntax for tab character, Andreas Schwab, 2009/04/25
- Re: Syntax for tab character, Bill Gradwohl, 2009/04/25