[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: echo '-e' doesn't work as expected, or does it?
From: |
Philip |
Subject: |
Re: echo '-e' doesn't work as expected, or does it? |
Date: |
Sat, 21 Jan 2012 12:33:18 +0100 |
Am Sat, 21 Jan 2012 12:24:03 +0100
schrieb Philip <ck850@web.de>:
> Hi! Short question this time..
>
> $ echo '-e'
> does not print -e
>
> $ echo '-e '
> does print -e .
>
> Is this the way as it ought to be? GNU bash, Version 4.1.5(1)-release (Debian
> stable)
>
> Regards
>
Nevermind! Just found an older thread about this.