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
Write a command to kill the last background job?
Write a command that will display files in the current directory, in a colored, long format.
What is the significance of the 'tee' command?
What is the comma to show the space allocation of files?
Name the unix command to find how many days the server has been up.
What are some command words?
What is the use of tee command?
Enumerate some of the most commonly used network commands in unix?
What do know about tee command and its usage?
What are reported commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is in grep command?
How does the system know where one command ends and another begins?
What will the following command do?
What is the difference between cat command and more command?