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
Is command prompt unix?
How do I find previous commands in unix?
What is nr in awk command?
What is grep r?
What is awk used for?
What is $0 bash?
What does touch command do in unix?
What is the size of time_t?
What are filter commands in unix?
Why is it called grep?
What does pipe () return?
What are bash commands?
What is the use of awk command in unix?
Is grep faster than awk?
What command is used to switching between users in unix?