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
Who command in unix operating system?
What happens when we execute a unix command?
Why is awk called awk?
What are awk commands?
How to use grep command to list find the records of a file containing 10 different strings?
Why is it called a shebang?
How do I find previous commands in unix?
Can you explain a little bit about command substitution?
What does the command ' $who | sort –logfile > newfile' do?
How do you grep recursively?
Explain command to show the space allocation of files?
What is unix command?
What are the general commands in using unix os for a beginner?
What command is used to check the current users?
What is the difference between cat and more command?