How to list files page wise in linux? When I list files using ls -la
or ls -lt
the result is scrolling down to the last page and I am unable to view the beginning.
Use the pg command to read the files named in the File parameter and writes them to standard output one screen at a time. Use the more or page command to display continuous text one screen at a time. Use the cat command to read each File parameter in sequence and writes it to standard output.
Pipe to "less" or "more".
ls -la | less
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With