📄️ Intro
Linux relies heavily on text files for data storage, so it makes sense
📄️ 1. sort
1. Let's try and compare these commands:
📄️ 2. cut
1. The command cut extracts a certain column (field) from the input,
📄️ 3. paste
The paste command does the opposite of cut. Rather than extracting
📄️ 4. join
The command join, like paste, adds columns to a file. However it
📄️ 5. Comparing text
1. Let's create two test files:
📄️ 6. Editing on the fly
1. The tr program is used to transliterate characters:
📄️ 7. aspell
1. Plain text files: