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 the first character of the output in ls l command?
What is ‘ps’ command for?
What is merge command in unix?
What is awk command used for?
hw will u use awk in replacing cahrs and files
What are the commands in UNIX to list the files in a Directory?
What is the use of cut command in unix?
Which command will print your home directory on screen?
What is s and g in sed command?
Enlist some filename manipulation commands in unix.
What will the following command do?
What is unix command?
Which command is used to create a directory?
What is the use of finger command?
How do I use grep to search for a file?