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 are the general commands in using unix os for a beginner?
What is merge command in unix?
What is the use of find command in unix?
What is .sh file?
Is ‘du’ a command? If so, what is its use?
Is grep faster than awk?
What is $0 bash?
What is ‘ps’ command for?
What is ctrl d?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is awk good for?
What is the significance of the 'tee' command?
What does the md command do?
How does shebang work?
Who wrote grep?