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
Is grep faster than awk?
What does sed command do in unix?
What is updatedb?
What is the nmap command?
What does grep v do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Why is grep called grep?
How can you see the command line history?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the functionality of a top command?
Differentiate cat command from more command.
What is used to type command?
What do know about tee command and its usage?
How do I find previous commands in unix?
What is the size of time_t?