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
Explain shift command of linux?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
Which Command used to lock user password in Linux?
What are linux commands useful?
What are bash scripts used for?
What daemon is used for scheduling of the commands?
What will happen when a system call is encountered in a user program?
What is build process?
How do you copy in terminal?
What does free command do in linux?
What is command grouping?
How do you do nslookup?
How lilo is useful in linux?
What are the ms dos commands?
What is cpu in top command?