How do you create a file in UNIX
Answer Posted / tannu
its so easy there r 2 way
just type 1 way is
$cat > filename
\\here is the text or content u want to write in file
or to exit from file press ctrl+d
2 way is
open unix editor that is vi
just type "vi" and if u give only vi then before exit by
command :wq (u have to give file u want to put after it
command)
and if u give like vi filename then u dont want to give
file name before exit
| Is This Answer Correct ? | 106 Yes | 30 No |
Post New Answer View All Answers
What is in grep command?
How do I use nslookup?
What is awk good for?
What is {} in find command?
What is grep short for?
How many unix commands are there?
What do chmod command do?
What is the search command in unix?
What is grep and how do you use it?
What are the commands in UNIX to list the files in a Directory?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I run a bash script?
What is unix command line?
What does this command do,"$more readme.txt“?
What is the use of egrep command in unix?