what are the different commands used to create files?
Answer Posted / sudam
We can use the below commands for creating a file
touch, cat, vi, vim, pico
A) touch: touch <file name>
B) cat: cat > <file name>
C) vi: vi <file name>
D) vim: vim <file name>
E) pico: pico <file name>
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the unix commands?
What does this command do,"$more readme.txt“?
Why is grep called grep?
What does #!/ Bin sh do?
What is the command to find maximum memory taking process on the server?
What is “chmod” command?
How do I find previous commands in unix?
How do I open a port?
What does sed command do in unix?
How does the system know where one command ends and another begins?
What are awk commands?
Name the unix command to find how many days the server has been up.
What is {} in find command?
how to sort the content of the file based on numeric values
What is the general format of unix command syntax?