How to display a file name which has zero bytes in size.
Answer Posted / yadvinder singh
By using the touch command we can create a file having zero
bytes
Eg. touch filename
it will create ur file of 0 bytes
| Is This Answer Correct ? | 5 Yes | 36 No |
Post New Answer View All Answers
What command will change your prompt to myprompt?
How can we use grep command in unix?
Write a command to kill the last background job?
what is the advaantage of each user having its own copy of the shell?
What is difference between grep and find command in unix?
What is $0 bash?
What is the use of sed command in unix?
What is awk good for?
What is the difference between cat command and more command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How many unix commands are there?
How do I find previous commands in unix?
How does pipe () work?
What do know about tee command?
What is grep short for?