ls - How to list files page wise in linux? -
how list files page wise in linux? when list files using ls -la
or ls -lt
result scrolling down last page , unable view beginning.
pipe "less" or "more".
ls -la | less
how list files page wise in linux? when list files using ls -la
or ls -lt
result scrolling down last page , unable view beginning.
pipe "less" or "more".
ls -la | less
Comments
Post a Comment