all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* man page prompter thinks "|" is legitimate
@ 2002-10-15 21:28 Dan Jacobson
  2002-10-18  8:17 ` Man-follow-manual-reference and non-() references Dan Jacobson
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Jacobson @ 2002-10-15 21:28 UTC (permalink / raw)


Gentlemen, type s o r t | u n i q <escape> x m a n <return>
We are then prompted with
        Manual entry (default sort|uniq):
Why, that's ridiculous.  How could a potential man page have a | in
its name?  Can't the prompter be more intelligent in guessing what man
page we want?
-- 
http://jidanni.org/ Taiwan(04)25854780

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: man page prompter thinks "|" is legitimate
@ 2002-10-16 14:40 David R. Linn
  2002-10-17 23:51 ` Dan Jacobson
  2002-10-19  2:41 ` Francesco Potorti`
  0 siblings, 2 replies; 5+ messages in thread
From: David R. Linn @ 2002-10-16 14:40 UTC (permalink / raw)


>> Gentlemen, type s o r t | u n i q <escape> x m a n <return>
>> We are then prompted with
>>         Manual entry (default sort|uniq):
>> Why, that's ridiculous.  How could a potential man page have a | in
>> its name?  Can't the prompter be more intelligent in guessing what man
>> page we want?


$$ mkdir demo.for.dan
$$ cd demo.for.dan
$$ touch filename\|including\|vbars
$$ ls
filename|including|vbars
$$ touch sort\|uniq.1
$$ ls
filename|including|vbars  sort|uniq.1


vertical-bar *is* a legitmate filename character under UNIX.  Thus,
if I felt it was appropriate, I could name a man page with a vbar
in it's filename.  This might not be particularly *wise* but it *would*
be legit so tools need to handle it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-10-19  2:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-15 21:28 man page prompter thinks "|" is legitimate Dan Jacobson
2002-10-18  8:17 ` Man-follow-manual-reference and non-() references Dan Jacobson
  -- strict thread matches above, loose matches on Subject: below --
2002-10-16 14:40 man page prompter thinks "|" is legitimate David R. Linn
2002-10-17 23:51 ` Dan Jacobson
2002-10-19  2:41 ` Francesco Potorti`

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.