How do you create a file in UNIX
Answer Posted / srinivas
by using cat > filename
and
tough filename
only 2 ways are here.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which command is used to copy files?
how to sort the content of the file based on numeric values
What is the use of cut command in unix?
What is merge command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How does shebang work?
Explain ‘library functions’ with respect to unix commands?
what is the advaantage of each user having its own copy of the shell?
What is sed awk grep?
What is unix command?
What is the difference between cat and more command?
What is the comma to display different lines that are found when compare two files?
What does 'mkdir' command do in UNIX?
Name the unix command to find how many days the server has been up.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?