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
What is ‘ps’ command for?
Explain ‘system calls’ with respect to unix commands?
Name the general commands in using unix os for a beginner?
What does the command ' $who | sort –logfile > newfile' do?
What is the command to view process running?
Why is grep called grep?
Can you explain a little bit about command substitution?
What is .sh file?
Is it inbetween or in between?
What is awk used for?
What is a command and examples?
What do chown command do?
What is a bash command?
What is the first character of the output in ls l command?
Which command is used to copy files?