/ Published in: Bash
                    
                                        
1st shows only files and directories bigger than 1 Megabyte
2nd shows only files and directories bigger than 100 Megabyte
                2nd shows only files and directories bigger than 100 Megabyte
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
du -h |grep -E '^.{1,3}[MG].*\.\/'
du -h |grep -E '^[^,]{2}[M].*\.\/'
Comments
 Subscribe to comments
                    Subscribe to comments
                
                