How do you create a file in UNIX
Answer Posted / manikantan t s
many ways
1) touch <file name>
2) cat > <file name>
then the matters and stop using CTRL+D
3) > <file name>
4) using editors like vi
| Is This Answer Correct ? | 131 Yes | 19 No |
Post New Answer View All Answers
What are grep patterns?
Why is it called grep?
What is a bash command?
What is the command to find hidden files in the current directory?
What is awk good for?
Which command is used to copy files?
What is .sh file?
What is the command to find maximum memory taking process on the server?
How can we use grep command in unix?
What are the general commands in using unix os for a beginner?
Is ‘du’ a command? If so, what is its use?
What are file commands?
How do I find previous commands in unix?
Why is awk called awk?
Who command in unix?