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 merge command in unix?
What is the use of egrep command in unix?
What is a bash command?
What is the comma to display different lines that are found when compare two files?
What are file commands?
Who command in unix?
Why is awk called awk?
What is the search command in unix?
What is grep short for?
Is ‘du’ a command? If so, what is its use?
Name the general commands in using unix os for a beginner?
What is the difference between awk and grep?
What is command statement?
Differentiate cmp command from diff command.
What is the general format of unix command syntax?