Which command is used to make a new file 1 Touch 2 Mkdir 3 RM
Answers
Answered by
16
The cat command is mainly used to read and concatenate files, but it can also be used for creating new files. To create a new file run the cat command followed by the redirection operator > and the name of the file you want to create. Press Enter type the text and once you are done press the CRTL+D to save the files.
Similar questions