July 2017
Beginner
208 pages
3h 7m
English
This chapter will show how to read from and write to text files. It will also cover file encryption and checksums.
The topics covered in this chapter are as follows:
cat and other important commandsWe showed in some of the previous chapters how to create and write files by using the redirection operator. To recap, this command will create the file ifconfig.txt (or overwrite the file if it already exists):
ifconfig > ifconfig.txt
The following command will append to any previous ...
Read now
Unlock full access