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
Calculate a real number calculation directly from the terminal and not any shell script.
How will you print the login names of all users on a system?
What does echo mean in scripting?
Is bash a shell script?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
Is shell scripting a programming language?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What does $@ mean in shell?
How do scripts work?
How do I open the shell in cmd?
What does $@ mean bash?
What is scripting autism?
How to use arguments in a script?
How to print all array elements and their respective indexes?
What are filters explain sort with all the options available?