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
How to use grep command to list find the records of a file containing 10 different strings?
What command is used to check the current users?
What do chmod command do?
What are some command words?
What is the pipe command?
Why is it called grep?
What is the comma to display different lines that are found when compare two files?
What is $0 bash?
What is the first character of the output in ls l command?
What's a command word?
What does the “echo” command do?
What is the use of awk command in unix?
What does touch command do in unix?
Using unix command how to display no of records in oracle?
What is command statement?