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
Write a command that will display files in the current directory, in a colored, long format.
What is {} in find command?
What difference between cmp and diff commands?
What is command substitution?
What is used to type command?
What is the comma to display different lines that are found when compare two files?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the general format of unix command syntax?
What is awk command used for?
What is nr in awk command?
What is time_t?
What is rmdir command?
What does the command '$ls | wc –l > file1' do?
What is the use of awk command in unix?
What is command statement?