LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   history with command line (https://www.linuxquestions.org/questions/linux-software-2/history-with-command-line-146541/)

compu73rg33k 02-15-2004 08:50 PM

history with command line
 
how do I make it so that the history is longer on the command line? sometimes when I'm doing a search on the command line, I need to go farther up but I cna't :(

LinuXP 02-15-2004 08:54 PM

<command> |more

eg: ls |more

then use space bar or down arrow to see more, q key to stop

compu73rg33k 02-15-2004 08:58 PM

oh okay thanks man!

Flibble 02-16-2004 03:36 AM

I think you probably meant to say less rather than more.

i.e.

ls | less

You can't go back with more, it just paginates your output.

Flibble


All times are GMT -5. The time now is 05:52 PM.