This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # dmesg-diff | |
| # Kieran Bingham 2016 | |
| # Public Domain | |
| # | |
| # Strip out Linux Kernel timestamps when performing a diff on two dmesg files | |
| # | |
| # Initial version as proof-of-concept, but already useful. | |
| # This could be extended to parse extra flags for diff for example |