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
How to use grep command to list find the records of a file containing 10 different strings?
Explain command to display different lines that are found when compare two files?
What is the use of awk command in unix?
What is the use of the tee command?
What is unix command?
What are the general commands in using unix os for a beginner?
What do chown command do?
What is in grep command?
What is the command to view process running?
How do I clear my terminal history?
What command will change your prompt to myprompt?
Which command is used to kill the last background job?
What is the size of time_t?
What are reported commands?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?