1,760
edits
Changes
→PART 2 - Writing To Files
<source lang="bash">
cat file2.txt
</source>You should notice that the previous content in your file2.txt file was destroyed. Why do you you think the previous data is no longer there?<br></li>
<li>Restore your file from the backup and verify the backup restoration:<source lang="bash">
cp file2.txt.bk file2.txt