How do you create a file in UNIX
Answer Posted / gramper
We can create empty file by using the command
$ touch filename
Adding contents to an empty file
$ cat >>filename
- writing any contents
-ctl + d
$ cat filename
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of cut command in unix?
What does #!/ Bin sh do?
What does sed command do in unix?
What does grep v grep do?
What is a command and examples?
What does this command do,"$more readme.txt“?
How many unix commands are there?
What does find command return in unix?
What do chown command do?
What is merge command in unix?
What is the difference between cat command and more command?
What is the comma to show the space allocation of files?
What is unix command line?
How do I search for a file in unix command?
How do I use grep to search for a file?