Basic linux commands with Examples (Post-04)
To view what's written in a file.
more: Used to view a text file one page at a time, press the spacebar to go to the next page. π½
Example: more filename
less: Similar to more but with additional features like navigating pages, searching for stri...
kshahaji00.hashnode.dev9 min read