Why The Less Command Is Better Than More In Unix And Linux
If you need to browse logs without having to edit them, use the “less” command. “Less” in Linux and UNIX lets you view the file and allows you to do basic find operations. Unlike “more”, it allows for both forward and backward navigation so you can look for any search string at any point in the document. Less Is Better Than More To open a file using less, type the less command followed by the file name in the UNIX or Linux prompt: In the example below I opened a file called verbose....