How do you create a file in UNIX
Answer Posted / kanta harikrishna
by using touch command we can create an empty file:
syntax:touch <file-name>
by using cat command.......
syntax:cat ><file-name>
by using vi editor.......
syntax:vi <file-name>
(or)
><file-name>
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Which command is used to create a directory?
Write a command to display a file’s contents in various formats?
What is the function of grep command in unix?
What is grep command in unix with examples?
What do know about tee command and its usage?
What is {} in find command?
What command will change your prompt to myprompt?
What does awk stand for?
What is “chmod” command?
What is grep in bash?
What do chmod command do?
Write a command to kill the last background job?
Enumerate some of the most commonly used network commands in unix?
Explain ‘library functions’ with respect to unix commands?
What is time_t?