Introduction to Linux. (part 2)

Viewing, creating and editing files. We already looked at the echo command, and if you recall, the echo is used to create a file. We can use echo to write to a file.cat command prints out to the screen what is in a file.To append a file: echo "text to add" >> nameofthefile.txt The above … Continue reading Introduction to Linux. (part 2)