The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 06-30-2009
..Chris.. ..Chris.. is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 4
Delete files Recursively *thumbs*.jpg

Sorry, for this additional question. You solution worked, and I had an s in the file name when trying your solution, and noticed it later.

Thank you for your reply. I attempted to list the files using the command below, but nothing showed up? There was no listing of files, but when in the directory, simply typing dir (bin/bash) lists the files that I want to delete.

Code:
find . -name \*thumbs\*.jpg -type f

Last edited by ..Chris..; 06-30-2009 at 11:10 PM..