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
How do you grep recursively?
What is “chmod” command?
What does sed command do in unix?
What is the use of egrep command in unix?
What is pipe command in unix?
What is the nmap command?
Using unix command how to display no of records in oracle?
What is rmdir command?
Is ‘du’ a command? If so, what is its use?
Name the general commands in using unix os for a beginner?
What is the command to view process running?
Describe the zip/unzip command using gzip.
What are file commands?
Who invented grep?
Which command should you use to find the remaining disk space in unix server?