How do you create a file in UNIX
Answer Posted / manikantan t s
many ways
1) touch <file name>
2) cat > <file name>
then the matters and stop using CTRL+D
3) > <file name>
4) using editors like vi
| Is This Answer Correct ? | 131 Yes | 19 No |
Post New Answer View All Answers
Explain ‘library functions’ with respect to unix commands?
Explain command to view process running?
What does the metacharacter mean?
Enumerate some of the most commonly used network commands in unix?
What are the unix commands?
What is the use of the tee command?
What is the use of awk command in unix?
What is the use of tee command?
What is the use of finger command?
What does touch command do in unix?
How do I open a port?
What is time_t?
Enlist some filename manipulation commands in unix.
Differentiate cat command from more command.
What is awk good for?