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
Explain about the exit command?
Is bash a shell script?
How to check if a directory exists?
What are the different types of shell scripting?
What are the default permissions of a file when it is created?
How do I run a bin bash script?
What is echo $shell?
How does path variable work?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What command needs to be used to take the backup?
What language is bash written in?
How do I start a shell script?
What is the first line of a shell script called?
What are script files?
how to get part of string variable with echo command only?