/ Published in: Bash
                    
                                        Clear buffer cache on GNU/Linux systems
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 !#/bin/bash echo '==== BEFORE ====' free sync echo 3 > /proc/sys/vm/drop_caches echo '==== AFTER ====' free
Comments
                    Subscribe to comments
                
                