How do you create a file in UNIX
Answer Posted / abhishek dilliwal
yeah above are the ways but i have 1 more,
echo "
Here u write contents of file
this is second line of file
" | cat > NewFile
| Is This Answer Correct ? | 57 Yes | 38 No |
Post New Answer View All Answers
What is grep r?
What does touch command do in unix?
Is ‘du’ a command? If so, what is its use?
How to display no of records in oracle using unix command?
Who command in unix operating system?
Who invented grep?
Can you explain a little bit about command substitution?
Explain command to view process running?
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
What is the general format of unix command syntax?
What do know about tee command?
How do you grep a case insensitive?
How do I search a whole word in vim?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the function of grep command in unix?