How do you create a file in UNIX
Answer Posted / madhusmita
Using ed command also,w can create new file.
ed
abc
bcd
.
w
text.txt
it will create a new file named text.txt with the above
content.
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What is awk used for?
What does the md command do?
What is s and g in sed command?
What does awk stand for?
Explain the steps that a shell follows while processing a command.
What is awk good for?
Differentiate cat command from more command.
What is updatedb?
What is the difference between cat command and more command?
What is the use of the tee command?
What are the dos commands?
Explain command to show the space allocation of files?
What is “chmod” command?
What is the first character of the output in ls l command?
How do I open a port?