Revision: 5688
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at March 27, 2008 04:52 by kyokutyo
                            
                            Initial Code
ls -laR | grep -c '.htm'
Initial URL
Initial Description
count .htm or .html files in the directory. use ls and grep command.
Initial Title
count htm/html files in the directory (recursive)
Initial Tags
file
Initial Language
Bash