NetBSD-Bugs archive

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

Re: bin/48499 (sh(1) doesn't allow the POSIX command(1) -pv)



The following reply was made to PR bin/48499; it has been noted by GNATS.

From: Steffen Nurpmeso <steffen%sdaoden.eu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/48499 (sh(1) doesn't allow the POSIX command(1) -pv)
Date: Wed, 25 Jul 2018 17:48:14 +0200

 Hello.
 
 kre%NetBSD.org@localhost wrote in <20180725144528.C09197A212%mollari.NetBSD.org@localhost>:
  |Synopsis: sh(1) doesn't allow the POSIX command(1) -pv
  |
  |State-Changed-From-To: open->feedback
  |State-Changed-By: kre%NetBSD.org@localhost
  |State-Changed-When: Wed, 25 Jul 2018 14:45:28 +0000
  |State-Changed-Why:
  |Please test (if possible) the version of /bin/sh from NetBSD current
  |(cvs tag HEAD) more recent than Wed, 25 Jul 2018 14:42:50 +0000 and
  |see if this meets your needs.
 
 Great.  I have found the report: from 2014-01-04.  ^.^
 This is really not easy for me, so much download.  Only to find
 out it is working that is, in which i am very confident...
 I have seen NetBSD now follows No. 1 regarding context revelation:
 
   #?1[steffen@essex ]$ alias a=b
   #?0[steffen@essex ]$ alias b='echo c'
   #?0[steffen@essex ]$ a
   c
   #?0[steffen@essex ]$ command -v a
   alias a='b'
   #?0[steffen@essex ]$ command -V a
   a is aliased to `b'
 
 May i suggest going one step further for this interactive thing,
 e.g., my MUA now shows recursive aliases as necessary:
 
   #?0!0/NONE[#/var/spool/mail/steffen]? commandalias a b
   #?0!0/NONE[#/var/spool/mail/steffen]? commandalias b echo c
   #?0!0/NONE[#/var/spool/mail/steffen]? ?a
   a -> b -> 'echo c'
 
 Thank you, and
 Ciao from midsummer Germany,
 
 --steffen
 |
 |Der Kragenbaer,                The moon bear,
 |der holt sich munter           he cheerfully and one by one
 |einen nach dem anderen runter  wa.ks himself off
 |(By Robert Gernhardt)
 



Home | Main Index | Thread Index | Old Index