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
Which command is used to compare the files?
What is du command in linux?
What are vim commands?
How do I find cpu in linux?
Enlist some linux networking and troubleshooting commands?
What is the role of case sensitivity in affecting the way commands are used?
What is tty name?
In order to display the last five commands you have entered using the fc command, you would type?
What does chmod 777 do?
What is SFC command?
Which command is used to find what is in your home directory?
What are the command prompt commands?
How do you create a file?
What is bash history linux?
What are the mv command options?