How do you create a file in UNIX
Answer Posted / pawan
to create the file using this command..
$ cat > filename
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the differences among a system call, a library function, and a unix command?
How does pipe () work?
What is the first character of the output in ls l command?
What is the command to find maximum memory taking process on the server?
How do I open a port?
What is updatedb?
How do I search for a file in unix command?
What is the comma to show the space allocation of files?
Name the general commands in using unix os for a beginner?
What do know about tee command and its usage?
What is s and g in sed command?
What is awk used for?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is grep short for?
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