How do you create a file in UNIX
Answer Posted / shiva ram prasad
there are many ways to create a file in unix like
1)cat
2)touch
3)vi
4)tee
for eg to create a file using cat is
$cat > filename
hi how r u
n hit ctrl+d to save n quit
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the comma to display different lines that are found when compare two files?
What is nr in awk command?
What is “chmod” command?
What is the difference between grep and grep?
Why is grep called grep?
What is the use of egrep command in unix?
What is {} in find command?
Who wrote grep?
What does this command do? Cat food 1 > kitty
Explain ‘system calls’ with respect to unix commands?
Is command prompt unix?
Which command is used to kill the last background job?
What are the dos commands?
Why is shebang used?
Can you enlist some commonly used network commands?