Re: control-M characters that are NOT end of line characters
From: Alan Barrett <apb_at_cequrux.com>
Date: Thu, 5 Jan 2012 09:04:16 +0200
On Wed, 04 Jan 2012, James Hartleroad wrote:
If this is a shell programming question rather than a subversion
tr -d '\r' <"$infile" >"$outfile"
control_M="$(printf '\r')"
--apb (Alan Barrett)
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.