LPTHW

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Appendix A: Command Line Crash Course

Exercise 12: View a File (less, MORE)


▪ Command to copy test.txt to temp directory: > cp -recurse Desktop\test.txt temp\

▪ The cp command will overwrite files that already exist so be careful copying files around.

You might also like