December 2018
Beginner
320 pages
8h 57m
English
Computer systems are mostly used for editing, manipulating, or managing data. On Linux systems, this data is very often in the form of text files. In general, everything in Linux is a file, and having a solid understanding of working with text files is important. All important information in Linux is stored in text format files.
In this chapter, our objective is to learn how to work with text files on the command line, using the most popular default text-based editor, vi, and other text file manipulation utilities. Then, we will learn how input/output redirection is executed in files and programs for further processing.
In this chapter, we will cover the following topics:
Read now
Unlock full access