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 do chmod command do?
Give the command for finding the current date.
Is ‘du’ a command? If so, what is its use?
What does this command do? Cat food 1 > kitty
What are the dos commands?
What is grep r?
What is updatedb?
What is the command to find hidden files in the current directory?
What does this command do,"$more readme.txt“?
What command will change your prompt to myprompt?
What are grep patterns?
What is the functionality of a top command?
How does the system know where one command ends and another begins?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the significance of the 'tee' command?