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
How to use grep command to list find the records of a file containing 10 different strings?
How can you see the command line history?
Is it inbetween or in between?
What is awk used for?
Explain command to view process running?
How does the system know where one command ends and another begins?
How to display no of records in oracle using unix command?
What is in grep command?
What is the difference between awk and grep?
What is used to type command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Using unix command how to display no of records in oracle?
What is ‘ps’ command for?
Why is it called a shebang?
What does #!/ Bin sh do?