The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
find excluding the hidden files arunkumar_mca UNIX for Advanced & Expert Users 3 01-27-2008 07:45 PM
Excluding directories with find x96riley3 UNIX for Dummies Questions & Answers 2 02-20-2007 09:09 AM
how to find a file named vijay in a directory using find command amirthraj_12 UNIX for Dummies Questions & Answers 5 10-25-2006 02:39 PM
how to find a corrupted file in a directory skarthik_d UNIX for Dummies Questions & Answers 1 07-04-2006 07:45 PM
find a file or directory under public_html milhan UNIX for Advanced & Expert Users 4 10-23-2002 09:07 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-22-2008
Registered User
 

Join Date: Jul 2006
Posts: 55
Stumble this Post!
find excluding a directory and a file

Hi

I have some 5 folders and two files in the current directory.
I want to delete all, expect one folder(files in the folder too should not be deleted) and a file in the current directory. Lets say the folder and file that should not be deleted as 'a'(folder name) and 'b'(file name). Can you please give me the find command with delete

Thanks in advance
Ammu
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 06-23-2008
radoulov's Avatar
addict
 

Join Date: Jan 2007
Location: Milan, Italy/Varna, Bulgaria
Posts: 1,541
Stumble this Post!
ksh:

Code:
rm -r !(a|b)
bash:

Code:
shopt -s extglob
rm -r !(a|b)
zsh:

Code:
rm -r ^(a|b)
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 09:18 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0