Intro
Linux relies heavily on text files for data storage, so it makes sense that there are many tools for manipulating text. Some of these tools are:
cat
-- Concatenate files and print on the standard outputsort
-- Sort lines of text filesuniq
-- Report or omit repeated linescut
-- Extract sections from each line of filespaste
-- Merge lines of filesjoin
-- Join lines of two files on a common fieldcomm
-- Compare two sorted files line by linediff
-- Compare files line by linepatch
-- Apply a diff file to an originaltr
-- Translate or delete characterssed
-- Stream editor for filtering and transforming textaspell
-- Interactive spell checker
Download lesson07/intro.cast
Loading asciinema cast...