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
Learn UNIX
The following commands will make your text file manipulation a bit more comfortable.