Latest Lists

How to pause page (listing) in Linux / Unix?

(In DOS, you usually do it with "/p" parameter after command.) When I put ls -l for example... what should I put there in order for the page to stop and wait for the key until it goes a page further ? Please help me on this, I'm a Unix newbie and I really need to know this :(

Public Comments

  1. ls -l | more ( '|' is called pipe, to get this use 'shift' and '\' keys) you should use space bar to go to the next page of list
Powered by Yahoo! Answers