How do you create a file in UNIX
Answer Posted / sivasankar.s
$ cat >fruits.txt
apple
orange
grapes
^d (Press control+d)
$ cat fruits.txt
apple
orange
grapes
| Is This Answer Correct ? | 488 Yes | 62 No |
Post New Answer View All Answers
How do I use grep to search for a file?
Which command is used to kill the last background job?
What is the significance of the 'tee' command?
What is ‘ps’ command for?
How do I delete files from command prompt?
Which unix command to make a new directory?
Name the general commands in using unix os for a beginner?
What is ctrl d?
Describe the zip/unzip command using gzip.
What is grep command in unix with examples?
What does this command do,"$more readme.txt“?
What does pipe () return?
What is command statement?
What does grep v grep do?
How do I search for a file in unix command?