> 
> 
> --- DOUGLAS HUNTER <[EMAIL PROTECTED]> wrote:
> > When I'm in bash and trying to ls large files I can only see the last 
> > part of the file due to it scrolling past too fast.
> > Is there a command to insert that means I can veiw the output page by
> > page and change pages when I want to ?
> 
> ls | more
> 
> The pipe ('|') feeds stdout from the first command into stdin of the second
> one.
> 
> 

Is there a difference between the pipe ('|') and the redirection ('>')?

Reply via email to