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
What is a shell made of?
How to print the first array element?
What does debug script mean?
What is the use of break command?
What is web script?
Given a file find the count of lines containing the word "abc".
What is shell prompt?
What is the best scripting language?
How to pass an argument to a script?
What is awk in shell scripting?
Which scripting language is best for automation?
How do I run a script on mac?
Is shell a scripting language?
How would you compare the strings in a shell script?
What is echo in shell?