Tcsh seems to handle the "!" mark in file names more gracefully now, but
no, it's still not saved properly in the history file.

$ echo bye\!\! > file
$ history -S
$ tail ~/.history
...
#+1224787164
echo bye!! > file
#+1224787166
history -S
         The file .history is saved incorrectly.

$ tcsh
$ history
...
   499  13:39   echo bye!! > file
   500  13:39   history -S
   501  13:41   history
          We can now see that the history has been loaded incorrectly.

-- 
tcsh history file fails to save commands with "!" properly
https://bugs.launchpad.net/bugs/139537
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to