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
What are two functions the move mv command can carry out?
How do I stress test my cpu?
The ‘logout’ built in command is used to
How do you run a command for a limited time?
How do I test my cpu speed?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
How do you create a text file in linux terminal?
What is SFC command?
What does cd – command do?
Write about an internal command.
What is the command can be run to remove all the rules in an iptable table?
What is a simple command?
How does mkdir work in linux?
What is an os command?