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
Explain mount and unmount command.
Explain ‘library functions’ with respect to unix commands?
What is the difference between grep and grep?
What are file commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is grep short for?
What is “chmod” command?
What are reported commands?
What is the command to compare two files in unix?
How do you repeat a command in terminal?
What is awk command used for?
Can you enlist some commonly used network commands?
What does the md command do?
What is the comma to show the space allocation of files?
What are awk commands?