How do you create a file in UNIX
Answer Posted / rakesh bagaria
1. using cat: cat>filename
2. using touch: touch filename (used basically for time stamping)
3. vi filename (exit using :wq)
4. echo>filename
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is grep r?
how to sort the content of the file based on numeric values
What does grep v grep do?
Explain the steps that a shell follows while processing a command.
What happens when we execute a unix command?
How do I open a port?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is awk command used for?
Why is grep called grep?
What is the nmap command?
Does cp command overwrite files?
How do I search for a file in unix command?
Which unix command to make a new directory?
Who command in unix operating system?
Explain ‘library functions’ with respect to unix commands?