Path: csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: isabella parakiss Newsgroups: gnu.bash.bug Subject: Re: ! in PS1 in posix mode Date: Mon, 12 Oct 2015 18:49:14 +0200 Lines: 23 Approved: bug-bash@gnu.org Message-ID: References: <561A6877.4010709@case.edu> <561BDFBA.4020304@tlinx.org> <20151012163413.GD25574@eeg.ccf.org> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: usenet.stanford.edu 1444668579 17021 208.118.235.17 (12 Oct 2015 16:49:39 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash To: Greg Wooledge Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wyz+SR3geJxfIy8mcj/ngcy0G+uCPqeJcFb6QuyHrWQ=; b=WErVi3P+ImkSxThEvI40YVeXBCNM38DCdICxojG9SLoby3yh4GG0UsyDlOgwylDweg E1jvdB4r5ylVHsNjHlSoDLYQgE/1gj4wwdQJ4thkbiWhzwJmIdxKAuKPbO7vxtqHn3iM TK0n+/o+APdd1cR33B0tgIxqW1EOzSnayhz+QgDEiM8rZy5CDa/2bU9Jx1lqcnNZWqlD F9BjL4PRfVHduO9l4hKMiGN6UzGuF48bqRAUMMf9i2pDPKnKn0X97rx4ATlWj8sPjGL2 CDU5W6ecO0On2zJ8vZewB29l0AhvOl9MiqKpdB9C2B52B+3QXkR7VtkcYRDTBCGmF1R6 35jg== X-Received: by 10.107.3.168 with SMTP id e40mr28382144ioi.151.1444668554860; Mon, 12 Oct 2015 09:49:14 -0700 (PDT) In-Reply-To: <20151012163413.GD25574@eeg.ccf.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c06::231 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11629 On 10/12/15, Greg Wooledge wrote: > On Mon, Oct 12, 2015 at 09:28:42AM -0700, Linda Walsh wrote: >> Chet Ramey wrote: >> >http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_05_03 >> > >> >"The shell shall replace each instance of the character '!' in PS1 with >> >the history file number of the next command to be typed." >> >> I've never seen that -- even when my prompt has >> ! in it...maybe it's cause I have histexpand 'off'? > > Same here. > > imadev:~$ PS1=' ! > ' > ! > > > If that's a bug, please don't "fix" it. > Out of posix mode, the history number is \! --- xoxo iza