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
Why is awk called awk?
Which unix command lists files/folders in alphabetical order?
What is time_t?
what is the advaantage of each user having its own copy of the shell?
Explain ‘system calls’ with respect to unix commands?
How do you grep recursively?
How do I run a bash script?
What is the behavioural difference between cmp and diff commands?
What is ctrl d?
What command is used to switching between users in unix?
What is grep short for?
What is nr in awk command?
What is used to type command?
Which command is used to copy files?
What are the unix commands?