Comment 2 for bug 139537

Revision history for this message
Sunjae Park (darehanl) wrote :

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.