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 > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-01-2009
Satyak Satyak is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 85
delete links along with the files

Hi,
I am new to unix
I am removing some unwanted files from the directory by using the following command

find . -name "*" -exec rm -f {} \;

But i want the corresponding links also to be removed
can one help me

Thanks