How do you create a file in UNIX
Answer Posted / nilesh
Do by vi editor if u have the vi editor...
or set vi environment...
then type
vi <filename u want to have>
and enter...
...here's ur file got created in the present working
directory! :) :)...
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What does this command do? Cat food 1 > kitty
What is ‘ps’ command for?
What is nr in awk command?
Who command in unix operating system?
Give the command for finding the current date.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I search for text in vi?
How do I use grep to search for a file?
What difference between cmp and diff commands?
What is the first character of the output in ls l command?
How can we use grep command in unix?
What are the unix commands?
What is the command to compare two files in unix?
Write a command to kill the last background job?
What does the command '$ls | wc –l > file1' do?