View Single Post
  #1  
Old 03-11-2011, 07:03 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Find a file recursively in a directory

I am supposed to find a file recursively in a given directory. Rules are not to use find and recursive options like ls -R and grep -r. I can any other other option expect recursive. I had written the script using recursion. <div class="codeblock"> <div class="spaced"> <div>
__________________
Website Development
Domain Name Forum
Reply With Quote