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
How do I search a whole word in vim?
Name the general commands in using unix os for a beginner?
How do I delete files from command prompt?
What does awk stand for?
What are bash commands?
What is unix command?
What is $0 bash?
What is the general format of unix command syntax?
What happens when we execute a unix command?
What are grep patterns?
How do I clear my terminal history?
How do you grep recursively?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is awk good for?
What is {} in find command?