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 are the commands in UNIX to list the files in a Directory?
Which command can you use to find the currently running process in unix server?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the command to find hidden files in the current directory?
How do you grep a case insensitive?
What is used to type command?
How can you see the command line history?
Is it inbetween or in between?
Who command in unix?
How do I use grep to search for a file?
How do I open a port?
Which command is used to restrict incoming messages?
What is the first character of the output in ls l command?
Can you enlist some commonly used network commands?
Which command is used to create a directory?