[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: newbie needs help veiwing files



> 
> 
> --- DOUGLAS HUNTER <l97dh@tay.ac.uk> 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 to: