Displaying 1 result from an estimated 1 matches for "012bar".
2015 Dec 30
10
[Bug 11656] New: Escaping broken with --files-from
...Assignee: wayned at samba.org
Reporter: gennady.uraltsev+bugs at gmail.com
QA Contact: rsync-qa at samba.org
The escaping mechanism in --files-from is broken when a file name contains a
carriage return. The problem is that a filename 'foo\nbar' gets written as
foo\#012bar by --out-format="%n" but gets transformed into foo\#134#012bar when
passing through the --files-from directive.
On my system
LC_CTYPE=en_US.UTF-8
LANG=en_US.UTF-8
More in general it would be great to have consistent escaping in the output of
--out-format for example like with an option...