[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with 'find'



Put the *.deb in quotes as in 

find / -name "*.deb" -print

You want find to see the *. Without the quotes the shell expands *.deb to a 
list of debs which may or may not be empty. Th equotes prevent shell 
expandsion.

______________________________________________________________________________

Michael Procario                                       EMAIL: procario@cmu.edu
Department of Physics                                  
Carnegie Mellon University      

              "Another casualty of applied metaphysics"
______________________________________________________________________________






Reply to: