November 18, 2019 in Learning, Tips and Tricks
SUMMARY OF LESS COMMANDS
Less command is linux utility which can be used to read contents of text file one page(one screen) per time. It has faster access because if file is large, it don’t access complete file, but access it page by page. For example, if it’s a large file and you are reading it using any text […]







