How To Use less Command To Read The Content Of A Text File In Linux, Unix or FreeBSD?
There are many ways to read a text file in Linux or Unix operating system. You can use a text editor or cat command to display the text in the terminal. The cat command is not a good option when you are using a text file that contains over thousand of lines. Using cat command … Read more