How do you create a file in UNIX
Answer Posted / punit sharma
There are diffferent ways of crating a file on Unix
1. touch <filename>
2. cat <filename>
3. echo > <filename>
4. > <filename>
5. Using Vi editor
| Is This Answer Correct ? | 78 Yes | 31 No |
Post New Answer View All Answers
Why is grep called grep?
What is the size of time_t?
What do chmod, chown, chgrp commands do?
What does this command do,"$more readme.txt“?
How many unix commands are there?
How do I use nslookup?
What is the difference between cat and more command?
What is the difference between cat command and more command?
What does grep v do?
How do you grep a case insensitive?
What is the functionality of a top command?
Can you explain a little bit about command substitution?
What is the use of egrep command in unix?
Explain command to view process running?
How can you see the command line history?