[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: another old patch: use the vertical bar as sed delimiter
From: |
Paul Eggert |
Subject: |
Re: another old patch: use the vertical bar as sed delimiter |
Date: |
Sun, 23 Sep 2007 18:13:59 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Jim Meyering <address@hidden> writes:
> Is the concern that "|" might be used as a path separator?
> Does any shell use that?
The concern was that someone might put "|" in a directory name, and
that the directory might appear in a PATH. That patch was part of a
more-general "support as many characters as possible in file names"
drive that I was doing at the time. It was easy to support "|" in
file names there, so the patch did it.
I didn't see any problems in your patch; thanks.