What command is used to create a file in linux?
Answers
Answered by
2
The command that is used to create a file in Linux is cat command, commonly known short form of Concatenate. It is one of the most used commands in Linux/Unix and also in Apple Mac OS operating system. The cat command allows the user to create a single or multiple files in Linux and also to redirect output in terminal or files.
Answered by
2
The command that is used to create a file in linux is the Cat Command. It is the short form of concatenate.
It helps us to create single and multiple files.
It also helps us to view contents of file and redirect the output in files.
It is one of the important command used in Linux, Apple Mac OS X Operating system.
Similar questions