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 

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

html - grunt SVG to webfont -

c# - SharpSsh Command Execution -