Binaries/less: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "less is a program created by missouni to view text files, allowing you to scroll up and down and read a large file comfortably")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
less is a program created by missouni to view text files, allowing you to scroll up and down and read a large file comfortably
less is a [[Binaries|binary]] created by missouni to view text files, allowing you to scroll up and down and read a large file comfortably
 
 
'''usage:'''
 
less filename
 
 
filename can be either a file in the current directory or absolute path+filename
 
eg: "''less /bin/apt.sh''" opens the file /bin/apt.sh for scrolling, read-only

Latest revision as of 23:56, 26 September 2024

less is a binary created by missouni to view text files, allowing you to scroll up and down and read a large file comfortably


usage:

less filename


filename can be either a file in the current directory or absolute path+filename

eg: "less /bin/apt.sh" opens the file /bin/apt.sh for scrolling, read-only