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
Explain the steps that a shell follows while processing a command.
What does awk stand for?
What does #!/ Bin sh do?
What are the commands in UNIX to list the files in a Directory?
What is the difference between grep and grep?
Why is awk called awk?
What is pipe command in unix?
What is grep and how do you use it?
What command is used to check the current users?
Differentiate cat command from more command.
What does pipe () return?
How to display no of records in oracle using unix command?
Explain mount and unmount command.
What is the pipe command?
What do chown command do?