How will you list only the empty lines in a file (using
grep)?
Answer Posted / kiran penujuri
find . -size 0 -print
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is the first line of a shell script called?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
Write the syntax for "if" conditionals in linux?
What are the disadvantages of shell scripting?
What are the default permissions of a file when it is created?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Explain about gui scripting?
What will happen to my current process when I execute a command using exec?
Write down the syntax of "for " loop
What is a shell script in windows?
What is the equivalent of a file shortcut that we have a window on a linux system?
What is scripting autism?
What is mac default shell?
determine the output of the following command: echo ${new:-variable}
How can you get the value of pi till a 100 decimal places?