How do you create a file in UNIX
Answer Posted / vi
We can create empty file by using the command true or :
: > testfile1
(or)
true > testfile2
The above two examples will create files.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is grep in bash?
What does the command ' $who | sort –logfile > newfile' do?
How do I search for a file in unix command?
What do know about tee command?
What does 'mkdir' command do in UNIX?
How to display no of records in oracle using unix command?
What does touch command do in unix?
What are awk commands?
Why is it called grep?
Which unix command lists files/folders in alphabetical order?
What does the md command do?
What does grep v grep do?
How many unix commands are there?
why metadb requires a seperate slice to create Solaris volume manager
Who command in unix?