how to delete all the files with extension .dat rom a
directory tree from root to third level in a single unix
command?
Answer Posted / saravanan
rm `find -maxdepth 2 -name *.dat`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you compare the strings in a shell script?
What is in a script?
Is shell a scripting language?
What is a beat in a script?
What is bourne shell scripting?
Is shell a part of kernel?
How does ls command work?
What is mac default shell?
What is meant by $1 in shell script?
What will happen to my current process when I execute a command using exec?
What is the syntax of "nested if statement" in shell scripting?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
wats the deinitions for shell utility and filter?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
How do I run a shell script in powershell?