Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14243
| Path | csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail |
|---|---|
| From | kermit@new.rednsx.org |
| Newsgroups | gnu.bash.bug |
| Subject | history shows edited lines not the lines actually ran |
| Date | Sat, 16 Jun 2018 13:23:59 -0400 (EDT) |
| Lines | 20 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.2073.1529180832.1292.bug-bash@gnu.org> (permalink) |
| NNTP-Posting-Host | lists.gnu.org |
| X-Trace | usenet.stanford.edu 1529180833 30978 208.118.235.17 (16 Jun 2018 20:27:13 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] |
| X-Received-From | 107.191.98.79 |
| X-Mailman-Approved-At | Sat, 16 Jun 2018 16:27:11 -0400 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash/> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:14243 |
Show key headers only | View raw
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic uname output: Linux rednsx 2.6.32-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-redhat-linux-gnu Bash Version: 4.2 Patch Level: 46 Release Status: release Description: when you edit a line from your bash history, history shows the edited version, even if you never ran it ewriting history is generally considered bad in most contexts, and i found this to be counter intuitive and can't think of why anyone would want it this way Repeat-By: echo a b^M^P^W^Necho ^Y shows echo a and echo b in your history, even though you ran echo a b and echo b, never echo a
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
history shows edited lines not the lines actually ran kermit@new.rednsx.org - 2018-06-16 13:23 -0400
csiph-web