Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: james harvey Newsgroups: gnu.bash.bug Subject: Quoted multiline command interpreted by history as separate commands Date: Sat, 26 Dec 2015 18:15:12 -0500 Lines: 44 Approved: bug-bash@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: usenet.stanford.edu 1451266285 9999 208.118.235.17 (28 Dec 2015 01:31:25 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tzjLERCZB3WeqjuWqaEtWFd/wIOWY18MddVMHhJ+C38=; b=Z9dCDcbd0XWVQYIS04irOn5vCOifw3hu0ddH9l1kxNtqQuaC5ZvySz2Xmdc+N56jKN 4rvgJjPdnHegqdpOReOSQ9Yd04xsfQtBaYcB+OPgTOJclmshRcKNUDPlLWN+Y/3mRAh4 nY5VRjBrFoJnWJIKznz6pR0yP3bIe+jkREKIGFtPLYYFAC8RQhbQsUk+hjJEimBk1+K3 IgyxDWF3czLMBP/DaCTwRypFOjTZUYOQhADNsPueKE4SNILpAAg8goVrOHCj7AMicahS gBLsjpImEtrU1sx78ZKlNvr3JNUuq6Akq7gmXqYEEanRFPSUBaqLEHGY/WtsbLAZ6HDD ILqA== X-Received: by 10.112.165.69 with SMTP id yw5mr16679652lbb.1.1451171713031; Sat, 26 Dec 2015 15:15:13 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::22c X-Mailman-Approved-At: Sun, 27 Dec 2015 20:31:23 -0500 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:12123 If I run ========== cat >> usertmp < something here > something else here > EOF ========== And I run history, I see: ========== 44 2015-12-26 17:27:42 cat >> usertmp <> usertmp <