How to display a file name which has zero bytes in size.
Answer Posted / chinmayee
Hello
By touch command we can create zero byte file.
ex:touch file1 (creating a file)
cat file1 (displaying a file which size is zero)
check..........
| Is This Answer Correct ? | 13 Yes | 36 No |
Post New Answer View All Answers
What is the use of tee command?
Which command is used to find whether the system is 32 bit or 64 bit?
Is ‘du’ a command? If so, what is its use?
What does find command return in unix?
What is nr in awk command?
Describe the usage and functionality of the command rm –r * in unix?
What is the unix command to confirm a remote host is alive or not?
Enlist some filename manipulation commands in unix.
Are you in or at the office?
What are bash commands?
What does this command do,"$more readme.txt“?
What is awk command used for?
How can you see the command line history?
Write a command to display a file’s contents in various formats?
Which command is used to delete all files in the current directory and all its sub-directories?