what are the different commands used to create files?
Answer Posted / abani_mahana
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use grep command to list find the records of a file containing 10 different strings?
How do I search for text in vi?
What difference between cmp and diff commands?
What is difference between grep and find command in unix?
Which command will print your home directory on screen?
What is used to type command?
What is merge command in unix?
What is {} in find command?
How do I use grep to search for a file?
What do chgrp command do?
Why is it called grep?
What is grep and how do you use it?
Differentiate cat command from more command.
What is the use of awk command in unix?
Which command is used to find whether the system is 32 bit or 64 bit?