help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: specifying octal characters to tr


From: Paul Jarc
Subject: Re: specifying octal characters to tr
Date: Tue, 21 Dec 2004 11:10:14 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Randy Yates <randy.yates@sonyericsson.com> wrote:
> tr -d \240 <doc_org.tex >doc.tex

The shell processes one level of backslash-escaping.  Try this:
tr -d \\240 <doc_org.tex >doc.tex


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]