Answer Posted / googler
there are many ways to create new file , out of these two are.
1. create file and write simultanesly using
cat >> "file name" , this command will create file with name
" file name" and allowing you to enter text there itself.
2. create file now , and write in it later using
touch "file name" , this command simply create one file
named " file name" , but laert not prompt you to enter data
there
itself.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What daemon is used for scheduling of the commands?
What is the command to check cpu speed in linux?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What are the examples of simple command?
What is difference between egrep and grep?
Is cmake only for c++?
What is linux load average?
Explain about sh?
Who is unix command?
What is df command in linux?
Why is linux cpu usage so high?
What does grep grep do?
Write about an internal command.
How do I find the process id in linux?