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 is .sh file?
What is {} in find command?
What is the difference between cat command and more command?
What does find command return in unix?
What do chmod command do?
Write a command that will display files in the current directory, in a colored, long format.
What happens when we execute a unix command?
Why is grep called grep?
What does #!/ Bin sh do?
What does awk stand for?
How do I clear my terminal history?
What is the behavioural difference between cmp and diff commands?
What is merge command in unix?
Which command can you use to find the currently running process in unix server?
Who command in unix?