How do you create a file in UNIX
Answers were Sorted based on User's Feedback
Answer / shad
Can you create a file calles "ls" or "cat" in unix? If Yes
how can u execute your file "ls" instead of the ls command?
| Is This Answer Correct ? | 8 Yes | 9 No |
Answer / uma garg
We can also create a File with
List >Filename
It will create a empty file.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / srinivas
by using cat > filename
and
tough filename
only 2 ways are here.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sundar zeet
1.Use the command call touch....
ie. touch zeet
then it will create a file in the name of zeet
so the command is touch
2.We can use cat command too
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / madhusmita
Using ed command also,w can create new file.
ed
abc
bcd
.
w
text.txt
it will create a new file named text.txt with the above
content.
| Is This Answer Correct ? | 8 Yes | 13 No |
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
Give Command that will change the name of a directly from paypal to eBay
why metadb requires a seperate slice to create Solaris volume manager
what is the difference between npar and vpar in HP-UX?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
what is the difference between pipe(|) and tee command..
why unix commands can be divided into internal and external commands?
What does grep v do?
What is sed awk grep?
How does a user get the current date, time in UNIX?
What will the following command do?
What is the use of touch command in there?