How do you create a file in UNIX
Answer Posted / khaja.shaik
To create files in unix there are two processes are there.
They are..
1)cat command
which creates a new file. If the file is already exists
it overrides the contents. It occupies memory.
2)touch command
Which creates a new empty file for later use.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the first character of the output in ls l command?
What is difference between grep and find command in unix?
Which command will print your home directory on screen?
What is ‘ps’ command for?
What does this command do? Cat food 1 > kitty
Does cp command overwrite files?
What do chgrp command do?
What are awk commands?
Using unix command how to display no of records in oracle?
What is the use of tee command?
What is awk good for?
Which unix command to make a new directory?
What are the dos commands?
Describe the usage and functionality of the command rm –r * in unix?
What is updatedb?