/bin/less.sh
index
less is text file reader 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