what are the different commands used to create files?
Answer Posted / subbareddy kake
1.touch <file name>
2.cat > filename
3.> file name
4.by using editors like vi
5.echo > file name
6.tee file name
7.vim file name
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the dos commands?
What's a command word?
How do I clear my terminal history?
Explain ‘library functions’ with respect to unix commands?
What is the nmap command?
What is the unix command to confirm a remote host is alive or not?
What does #!/ Bin sh do?
Which command is used to find whether the system is 32 bit or 64 bit?
Which command will print your home directory on screen?
Write a command that will display files in the current directory, in a colored, long format.
What are reported commands?
What does this command do,"$more readme.txt“?
What command will change your prompt to myprompt?
What are grep patterns?
Why is grep called grep?