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
Explain the steps that a shell follows while processing a command.
What is unix command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does #!/ Bin sh do?
Which command should you use to find the remaining disk space in unix server?
Explain command to view process running?
how to sort the content of the file based on numeric values
What is pipe command in unix?
What are awk commands?
What is the use of egrep command in unix?
What is the use of awk command in unix?
Name the general commands in using unix os for a beginner?
What are the unix commands?
What is a bash command?
Which command can you use to find the currently running process in unix server?