Message-ID: <5273CC9F.60802@sapo.pt>
Date: 2013-11-01T15:45:35Z
From: Rui Barradas
Subject: cat with backspace and newline characters
In-Reply-To: <CAHavPHGe1A7R6RxD45exQnq7zJXWatiKQ8rR7SiFJBE2RGVQDQ@mail.gmail.com>
Hello,
Can't reproduce it, there must be something with your console. I get
> cat("abc\b")
ab> cat("abc\b\n")
ab
>
Hope this helps,
Rui Barradas
Em 01-11-2013 11:06, Renaud Gaujoux escreveu:
> Hi,
>
> when mixing newline and backspace characters I get the following output
> (see below). In the second call, the backspace character is simply not
> applied. Is this normal behaviour?
> Thank you.
>
>> cat("abc\b")
> ab> cat("abc\b\n")
> abc
>>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>