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 are filter commands in unix?
Which unix command to make a new directory?
What is the use of finger command?
What is $0 bash?
What does pipe () return?
What do chmod command do?
Which command is used to delete all files in the current directory and all its sub-directories?
Name the general commands in using unix os for a beginner?
How can we use grep command in unix?
What is the use of tee command?
What is the nmap command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Enlist some filename manipulation commands in unix.
What is the functionality of a top command?