View Single Post
  #1   (View Single Post)  
Old 13th February 2016
jb_daefo jb_daefo is offline
Spam Deminer
 
Join Date: May 2008
Posts: 303
Default Slight zsh problem

I have HISTSIZE 32000

history | grep tpad
history -2000| grep tpad

show results as usual (2)

history -3000 |grep tpad
.....( pages and pages of irrelevant 'ls -lac' output...
.....included )
.....In fact 2913 is normal
.....2914 is pages and pages of the irrelevant output...

shows directory listings (as if ls -lac was run and
shown by the cat command, without column order
even... ), obscuring the results given by the
first two commands.

This problem just started a few months ago.
No web search results seen...
__________________
FreeBSD 13-STABLE
Reply With Quote