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 tickets $ what low,medium,high priorite pls define time also
Why should we use shell scripts?
What is a shell script? Can you name some of its advantages?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is bash coding?
Tell something about the super block in shell scripting?
What is bourne shell scripting?
What is the default shell of solaris?
What are filters explain sort with all the options available?
How can we find the process name from its process id?
Write the syntax for "if" conditionals in linux?
What is batch file programming?
How do I save a powershell script?
Can shell script run on windows?
How to find all the files modified in less than 3 days and save the record in a text file?