How do you create a file in UNIX
Answer Posted / divya
1.Touch filename
2.cat filename
3.cat >> filename
4.>filename
5.Using vi editor
| Is This Answer Correct ? | 70 Yes | 17 No |
Post New Answer View All Answers
Which unix command lists files/folders in alphabetical order?
What is ctrl d?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are the dos commands?
How to use grep command to list find the records of a file containing 10 different strings?
How do I delete files from command prompt?
Give the command for finding the current date.
Write a command to kill the last background job?
What is the difference between cat command and more command?
Describe the zip/unzip command using gzip.
What is nr in awk command?
What is the use of find command in unix?
What is time_t?
Enumerate some of the most commonly used network commands in unix?
What do chgrp command do?