How do you create a file in UNIX
Answer Posted / shiva ram prasad
there are many ways to create a file in unix like
1)cat
2)touch
3)vi
4)tee
for eg to create a file using cat is
$cat > filename
hi how r u
n hit ctrl+d to save n quit
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does sed command do in unix?
Name the general commands in using unix os for a beginner?
How do I delete files from command prompt?
What is command statement?
What is the use of the command 'ls -x chapter[1-5]' ?
Explain command to display different lines that are found when compare two files?
Differentiate cmp command from diff command.
What is grep in bash?
how to sort the content of the file based on numeric values
What is grep and how do you use it?
What is “chmod” command?
What is ‘ps’ command for?
What is the comma to display different lines that are found when compare two files?
What is s and g in sed command?
What is the size of time_t?