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
What are awk commands?
What is unix command?
Who wrote grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is unix command line?
What command will change your prompt to myprompt?
What is the use of find command in unix?
What is the use of egrep command in unix?
How do I search for text in vi?
What does #!/ Bin sh do?
What is .sh file?
How many unix commands are there?
Explain command to show the space allocation of files?
What is grep r?
What do know about tee command?