Revision: 30140
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at August 9, 2010 01:34 by beneberle
                            
                            Initial Code
rm -rf directoryname
Initial URL
Initial Description
the -r means it's recursive, the f suppresses the need to confirm every file deletion.
Initial Title
UNIX: remove files and directories recursively
Initial Tags
unix
Initial Language
Bash