Welcome to the Linux command line Tutorials, In this blog we will going to learn how we can use less command in Linux and what are the functions performed by the less command. Lets see what is less command and why we use less command, Less command is used to read files, search anything in content of file or search any pattern or any word, So,lets see how we can do it. First, Open Terminal Ctrl+Alt+t . Suppose a file contain data or content and if we want to read that content then we use cat command as we learn earlier but problem is occurred when data or content is very large in size and terminal does not allow as to read data from the starting, to resolve such type of problem we will use less command in this way : less [file_name] 1. Now terminal shows you content up to it allows to display, and if you want to see more content you can use down key which will move content by one line downward and same for upward key also. 2. Now, if you want to see content ...
A computer is like air conditioning: it becomes useless when you open Windows....