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 is {} in find command?
Differentiate cmp command from diff command.
How to use grep command to list find the records of a file containing 10 different strings?
What does this command do,"$more readme.txt“?
What will the following command do?
How to find $ai_serual resolved path by using unix
What is grep in bash?
Describe the usage and functionality of the command rm –r * in unix?
What does 'mkdir' command do in UNIX?
Explain ‘system calls’ with respect to unix commands?
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)?
What is in grep command?
How do I search a whole word in vim?
Which command is used to copy files?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?