Bill Allombert on Thu, 18 May 2017 12:32:13 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Can one get rid of escape sequences? |
On Thu, May 18, 2017 at 12:23:31PM +0200, Dirk Laurie wrote: > If a file contains `default(echo,1)`, then its output has > escape sequences on every line, even when said > output is redirected to a file. Is this avoidable? I see three options: 1) Use gp --test 2) Use the script misc/gpflog to remove them. 3) Disable readline (default(readline,0)) (sorry for not elaborating more, I am in a hurry). Cheers, Bill.