How do you create a file in UNIX
Answer Posted / sundar zeet
1.Use the command call touch....
ie. touch zeet
then it will create a file in the name of zeet
so the command is touch
2.We can use cat command too
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does sed command do in unix?
What will the following command do?
What is ‘ps’ command for?
Who invented grep?
What is the difference between cat and more command?
How to use grep command to list find the records of a file containing 10 different strings?
Why is grep called grep?
Are you in or at the office?
What is the use of egrep command in unix?
What is sed awk grep?
What is the use of awk command in unix?
Is grep faster than awk?
What happens when we execute a unix command?
What does the md command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?