How to get linux to stop asking "There are # rows, list them anyway? [n/y]" for auto-completing
- by Michael
How do I get tcsh to stop asking if I want to list files in a directory that may have a lot of auto-completes?
For example, if I do: xemacs ../"TAB" to get the list of files it asks:
There are 371 rows, list them anyway? [n/y]
I don't want it to ask this, just list them.. it's getting tiresome.
(Or how to at least set the tolerance to a higher number of auto-completes before it asks)
Thanks.