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
What is the use of tee command?
How to display no of records in oracle using unix command?
Is command prompt unix?
What is command substitution?
What is the significance of the 'tee' command?
What is the nmap command?
What is the first character of the output in ls l command?
What does #!/ Bin sh do?
What is nr in awk command?
What is $0 bash?
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
Explain mount and unmount command.
Which command is used to kill the last background job?
What is the use of find command in unix?
What is sed awk grep?