Hi! If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
The following commands will make your text file manipulation a bit more comfortable.
Showing the contents of text files
- cat
- less
- more
- wc
- grep
Comparing text files
- diff
- sdiff
Text input/output manipulations
- sort
- cut
- tr
- sed










