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
What does find command return in unix?
How do I use nslookup?
Which unix command lists files/folders in alphabetical order?
What does this command do,"$more readme.txt“?
What is nr in awk command?
Explain command to display different lines that are found when compare two files?
What is the comma to show the space allocation of files?
What is {} in find command?
Write a command to kill the last background job?
What happens when we execute a unix command?
What is the use of sed command in unix?
How do I delete files from command prompt?
How does the system know where one command ends and another begins?
How do I run a whois command?
What is the behavioural difference between cmp and diff commands?