How do you create a file in UNIX
Answer Posted / sivasankar.s
$ cat >fruits.txt
apple
orange
grapes
^d (Press control+d)
$ cat fruits.txt
apple
orange
grapes
| Is This Answer Correct ? | 488 Yes | 62 No |
Post New Answer View All Answers
What is the significance of the 'tee' command?
Which command is used to create a directory?
How do I search for text in vi?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Name the various commands that are used for the user information in unix.
What is command statement?
What happens when we execute a unix command?
Is it inbetween or in between?
why metadb requires a seperate slice to create Solaris volume manager
What is the comma to display different lines that are found when compare two files?
What is the nmap command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the search command in unix?
What is the functionality of a top command?
What does the command ' $who | sort –logfile > newfile' do?