Tag: system
-
watching dmesg on mac
Simple script to watch dmesg for changes, something like “dmesg –follow” or “dmesg -w” on systems with a real dmesg command. : # # watch dmesg output on the mac for new results… useful since the mac # doesn’t support the –follow/-w/etc. opts (at least for now!) # tries to update every second # #…