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
Explain command to view process running?
What are awk commands?
What is awk good for?
What are the unix commands?
What are reported commands?
What is the behavioural difference between cmp and diff commands?
Is it inbetween or in between?
What are grep patterns?
How do you repeat a command in terminal?
What are some command words?
What is in grep command?
Enumerate some of the most commonly used network commands in unix?
Why is it called grep?
What is the difference between awk and grep?
What does grep v grep do?