shirish शिरीष wrote on Mon, 15 Jan 2018 18:42 +0530: > https://unix.stackexchange.com/questions/417094/how-to-show-more-entries-than-the-default-16-in-zsh/417156 > > It says man fc but in debian there isn't a man fc > > █▓▒░shirish@debian░▒▓██▓▒░ Mon Jan 15 06:33:43pm > /home/shirish> man fc > No manual entry for fc > █▓▒░shirish@debian░▒▓██▓▒░ Mon Jan 15 06:33:45pm > /home/shirish> > > Please fix the above.
The 'fc' builtin is documented in the zshbuiltins(1) man page. Whoever pointed you to an fc(1) man page was wrong; there is no such man page. There does happen to be an fc(1p) man page in the manpages-posix package, but that has little to do with zsh.

