TipLib Computer Forums  
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
u2xOffline
Post subject: Delete files with a different command  PostPosted: Jan 20, 2007 - 11:23 AM



Joined: Jan 20, 2007
Posts: 1

Status: Offline
You can actually run the following command to delete a lot of files:

Code:
find . -exec rm -f {} \;


or if there is a very large number of subdirectories you can run this:

Code:
find . -exec rm -Rf {} \;
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic