[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: echo '-e' doesn't work as expected, or does it?
From: |
Ralf Goertz |
Subject: |
Re: echo '-e' doesn't work as expected, or does it? |
Date: |
Mon, 23 Jan 2012 10:47:17 +0100 |
User-agent: |
KNode/4.7.2 |
Philip wrote:
> Hi! Short question this time..
>
> $ echo '-e'
> does not print -e
>
> $ echo '-e '
> does print -e .
By the way, neither -e nor -E are explained in the option section of
„help echo“. Only -n is mentioned there.
GNU bash, Version 4.2.10(1)-release (x86_64-suse-linux-gnu)