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 is “chmod” command?
What do know about tee command?
How do I run a whois command?
What is the comma to display different lines that are found when compare two files?
What is .sh file?
What happens when we execute a unix command?
What is the use of sed command in unix?
What is grep in bash?
What does the md command do?
How many unix commands are there?
Explain command to show the space allocation of files?
What is in grep command?
What is nr in awk command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do you grep recursively?